Skip to content

Commit

Permalink
chore: remove offline export module
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Nov 12, 2024
1 parent 1c65b2f commit 26f9ef5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/visualizations/config/generators/highcharts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import HM from 'highcharts/highcharts-more'
import HB from 'highcharts/modules/boost'
import HE from 'highcharts/modules/exporting'
import HNDTD from 'highcharts/modules/no-data-to-display'
import HOE from 'highcharts/modules/offline-exporting'
import HPF from 'highcharts/modules/pattern-fill'
import HSG from 'highcharts/modules/solid-gauge'

Expand All @@ -12,7 +11,6 @@ HM(H)
HSG(H)
HNDTD(H)
HE(H)
HOE(H)
HPF(H)
HB(H)

Expand Down

0 comments on commit 26f9ef5

Please sign in to comment.