Skip to content

Commit

Permalink
feat: add offline-exporting module to highcharts
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Jul 8, 2024
1 parent b5f9b79 commit 56f4dda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/visualizations/config/generators/highcharts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ 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 @@ -11,6 +12,7 @@ HM(H)
HSG(H)
HNDTD(H)
HE(H)
HOE(H)
HPF(H)
HB(H)

Expand Down

0 comments on commit 56f4dda

Please sign in to comment.