The type of the series' datum
The type of the series style
The type of the tooltip's metadata (data about the series data)
The base/default background color. This can be overridden by the Props.svgStyle property.
Unique ID for the chart
Base color
The SVG element which is the container for this chart
Ref tracking the currently-hovered series name (null when nothing is hovered). Updated by the Legend; read by plots so new path elements use the correct stroke.
The root
A regular expression uses against the series names to determine which series to show in the chart
A map(series_name -> series_line_style)
Overrides for the SVG style
The values exposed through the useChart react hook
Param: chartId
The unique ID for the chart
Param: mainG
The root element for the chart
Param: container
The SVG element which is the container for this chart