Provides the highchartsToMaidr function to convert Highcharts chart
instances into MAIDR-compatible data, 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, 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