OpenChartProject / OpenChart

✨ NEW REPO ✨ https://github.com/OpenChartProject/OpenChart-web
https://github.com/OpenChartProject/OpenChart-web
Other
8 stars 3 forks source link

Create an event bus for Charts #39

Closed Kangaroux closed 4 years ago

Kangaroux commented 4 years ago

📖 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 a Chart and its components might fire, potentially reshaping or adding additional context as needed for subscribers.