MAIDR Documentation - v3.73.0
    Preparing search index...

    Function highchartsGridToMaidr

    • Converts multiple rendered Highcharts chart instances into one MAIDR figure with a subplot grid (one subplot per chart).

      Input shapes:

      • Chart[][] — maps 1:1 to the subplot grid, row-major (ragged rows OK).
      • Chart[] — a single row, or chunked into rows via options.layout (columns = charts per row; rows derives columns when set alone).

      Panel naming: each chart's own title becomes its panel's display name (written into the first layer's title); the figure title comes from options.title. Charts with no convertible series are skipped (with a warning) and their row compacted, because MAIDR crashes on empty subplots. A member chart that itself contains multiple panes (stacked yAxis bands) is expanded with the same pane detection as highchartsToMaidr: each pane becomes its own cell, flattened into that chart's grid row.

      Parameters

      Returns Maidr

      A Maidr object ready for use with the MAIDR library.

      When no chart in the grid produces any convertible series — the resulting figure would have no navigable data, and attaching it would crash MAIDR on focus.