From 386035da4d4307134a226db439e7aebcc8ce046d Mon Sep 17 00:00:00 2001 From: Dominik Prokop Date: Tue, 7 Jan 2020 13:35:10 +0100 Subject: [PATCH] Storybook: Remove reference to jquery.flot.pie file from storybook config (#21378) --- packages/grafana-ui/.storybook/config.ts | 1 - 1 file changed, 1 deletion(-) 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';