Browse Source

piechart -> pieChart

corpglory-dev 6 years ago
parent
commit
7bc741c4e2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      public/app/features/plugins/built_in_plugins.ts

+ 2 - 2
public/app/features/plugins/built_in_plugins.ts

@@ -26,7 +26,7 @@ import * as tablePanel from 'app/plugins/panel/table/module';
 import * as singlestatPanel from 'app/plugins/panel/singlestat/module';
 import * as singlestatPanel from 'app/plugins/panel/singlestat/module';
 import * as gettingStartedPanel from 'app/plugins/panel/gettingstarted/module';
 import * as gettingStartedPanel from 'app/plugins/panel/gettingstarted/module';
 import * as gaugePanel from 'app/plugins/panel/gauge/module';
 import * as gaugePanel from 'app/plugins/panel/gauge/module';
-import * as piechartPanel from 'app/plugins/panel/piechart/module';
+import * as pieChartPanel from 'app/plugins/panel/piechart/module';
 
 
 const builtInPlugins = {
 const builtInPlugins = {
   'app/plugins/datasource/graphite/module': graphitePlugin,
   'app/plugins/datasource/graphite/module': graphitePlugin,
@@ -57,7 +57,7 @@ const builtInPlugins = {
   'app/plugins/panel/singlestat/module': singlestatPanel,
   'app/plugins/panel/singlestat/module': singlestatPanel,
   'app/plugins/panel/gettingstarted/module': gettingStartedPanel,
   'app/plugins/panel/gettingstarted/module': gettingStartedPanel,
   'app/plugins/panel/gauge/module': gaugePanel,
   'app/plugins/panel/gauge/module': gaugePanel,
-  'app/plugins/panel/piechart/module': piechartPanel,
+  'app/plugins/panel/piechart/module': pieChartPanel,
 };
 };
 
 
 export default builtInPlugins;
 export default builtInPlugins;