pluginloader: expose flot gauge plugin

This commit is contained in:
Daniel Lee
2018-07-18 12:05:45 +02:00
parent f5cc7618c5
commit 3cb95fb40a

View File

@@ -126,6 +126,7 @@ import 'vendor/flot/jquery.flot.stackpercent';
import 'vendor/flot/jquery.flot.fillbelow'; import 'vendor/flot/jquery.flot.fillbelow';
import 'vendor/flot/jquery.flot.crosshair'; import 'vendor/flot/jquery.flot.crosshair';
import 'vendor/flot/jquery.flot.dashes'; import 'vendor/flot/jquery.flot.dashes';
import 'vendor/flot/jquery.flot.gauge';
const flotDeps = [ const flotDeps = [
'jquery.flot', 'jquery.flot',
@@ -137,6 +138,7 @@ const flotDeps = [
'jquery.flot.selection', 'jquery.flot.selection',
'jquery.flot.stackpercent', 'jquery.flot.stackpercent',
'jquery.flot.events', 'jquery.flot.events',
'jquery.flot.gauge',
]; ];
for (let flotDep of flotDeps) { for (let flotDep of flotDeps) {
exposeToPlugin(flotDep, { fakeDep: 1 }); exposeToPlugin(flotDep, { fakeDep: 1 });