This is a high level event interface that can be subscribed to as a single source of truth for a Chart instance. Basically the event bus is just aggregating all of the events a Chart and its components might fire, potentially reshaping or adding additional context as needed for subscribers.
📖 Overview
This is a high level event interface that can be subscribed to as a single source of truth for a
Chart
instance. Basically the event bus is just aggregating all of the events aChart
and its components might fire, potentially reshaping or adding additional context as needed for subscribers.