Chart2D Properties and Events
Basic use of the module requires the configuration of properties that define the data and appearance of the chart.
Interaction properties configure how users interact with the chart. This includes the menu, adding x-trace markers, changing and configuring zoom modes, and downloading copies of charts as PNG.
Some interaction modes can be extended to meet specific use case requirements using component events. These modes include annotations, measurements, and range brush.
Chart Properties
The chart properties define the data, appearance, and user interactions of the chart. The high-le...
Interaction Properties
The interaction properties configure how a user interacts with the chart, including its menu and ...
Theme Properties
Theme properties may be used to set common colors across many properties in each component instan...
Frequently Referenced Types
Color The module supports many color strings formats including hex, rgb, rgba, hsl, sla, css col...
Component Events
The annotate, measure, and range brush interaction modes fire component events that allow the imp...