mirror of https://github.com/abpframework/abp.git
committed by
GitHub
3 changed files with 2 additions and 13 deletions
@ -1,11 +0,0 @@ |
|||||
using Volo.Abp.AspNetCore.Mvc.UI.Bundling; |
|
||||
|
|
||||
namespace Volo.Abp.AspNetCore.Mvc.UI.Packages.ChartJs; |
|
||||
|
|
||||
public class ChartjsStyleContributor : BundleContributor |
|
||||
{ |
|
||||
public override void ConfigureBundle(BundleConfigurationContext context) |
|
||||
{ |
|
||||
context.Files.Add("/libs/chart.js/Chart.css"); |
|
||||
} |
|
||||
} |
|
||||
Loading…
Reference in new issue