diff --git a/gsa/src/web/components/chart/bar.js b/gsa/src/web/components/chart/bar.js index 46351f67e7..76099fd9d1 100644 --- a/gsa/src/web/components/chart/bar.js +++ b/gsa/src/web/components/chart/bar.js @@ -29,8 +29,9 @@ import {scaleBand, scaleLinear} from 'd3-scale'; import {shorten} from 'gmp/utils/string'; import {isDefined} from 'gmp/utils/identity'; -import {MENU_PLACEHOLDER_WIDTH} - from 'web/components/dashboard/display/datadisplay'; +import { + MENU_PLACEHOLDER_WIDTH, +} from 'web/components/dashboard/display/datadisplay'; import Layout from 'web/components/layout/layout'; diff --git a/gsa/src/web/components/chart/donut3d.js b/gsa/src/web/components/chart/donut3d.js index ad2dee408b..47c31725d4 100644 --- a/gsa/src/web/components/chart/donut3d.js +++ b/gsa/src/web/components/chart/donut3d.js @@ -38,8 +38,9 @@ import Theme from 'web/utils/theme'; import path from './utils/path'; import arc from './utils/arc'; -import {MENU_PLACEHOLDER_WIDTH} - from 'web/components/dashboard/display/datadisplay'; +import { + MENU_PLACEHOLDER_WIDTH, +} from 'web/components/dashboard/display/datadisplay'; import Layout from 'web/components/layout/layout'; diff --git a/gsa/src/web/components/chart/line.js b/gsa/src/web/components/chart/line.js index 63e8e13050..b796e4a8e3 100644 --- a/gsa/src/web/components/chart/line.js +++ b/gsa/src/web/components/chart/line.js @@ -38,8 +38,9 @@ import {isDefined} from 'gmp/utils/identity'; import date from 'gmp/models/date'; -import {MENU_PLACEHOLDER_WIDTH} - from 'web/components/dashboard/display/datadisplay'; +import { + MENU_PLACEHOLDER_WIDTH, +} from 'web/components/dashboard/display/datadisplay'; import Layout from 'web/components/layout/layout';