diff --git a/packages/grafana-ui/.storybook/config.ts b/packages/grafana-ui/.storybook/config.ts index d1e434f0d5f..086b9bdeb20 100644 --- a/packages/grafana-ui/.storybook/config.ts +++ b/packages/grafana-ui/.storybook/config.ts @@ -3,7 +3,6 @@ import '../../../public/vendor/flot/jquery.flot.js'; import '../../../public/vendor/flot/jquery.flot.selection'; import '../../../public/vendor/flot/jquery.flot.time'; import '../../../public/vendor/flot/jquery.flot.stack'; -import '../../../public/vendor/flot/jquery.flot.pie'; import '../../../public/vendor/flot/jquery.flot.stackpercent'; import '../../../public/vendor/flot/jquery.flot.fillbelow'; import '../../../public/vendor/flot/jquery.flot.crosshair';