Provides the highchartsToMaidr function to convert Highcharts chart
instances into MAIDR-compatible data (including multi-pane charts, which
become MAIDR subplot grids), highchartsGridToMaidr to combine
several chart instances into one figure with subplot navigation, and
createHighchartsSync for bidirectional visual synchronization
(tooltip and point highlighting).
Remarks
Highcharts is not bundled — users must provide their own Highcharts
installation. This module only reads from the Highcharts chart API and
generates a plain JSON descriptor that MAIDR understands.
Public Highcharts adapter API for MAIDR.
Provides the highchartsToMaidr function to convert Highcharts chart instances into MAIDR-compatible data (including multi-pane charts, which become MAIDR subplot grids), highchartsGridToMaidr to combine several chart instances into one figure with subplot navigation, and createHighchartsSync for bidirectional visual synchronization (tooltip and point highlighting).
Remarks
Highcharts is not bundled — users must provide their own Highcharts installation. This module only reads from the Highcharts chart API and generates a plain JSON descriptor that MAIDR understands.
Example