mongodb-js / charts-embed-sdk

The easiest way to embed MongoDB Charts visualisations into your web app
https://docs.mongodb.com/charts/master/embedding-charts-sdk/
Apache License 2.0
43 stars 31 forks source link

chore: CHARTS-4801 Click events samples #21

Closed tomhollander closed 3 years ago

tomhollander commented 3 years ago

Adding two sample apps and basic docs showing how to use the new click event functionality:

Click Events (Basic) - shows how to add the event listener and handle the event. The app shows the full payload and also parses for the key elements

image

Interactive Filtering - a more advanced demo showing how you can click on one chart to filter another.

image

Note, the charts burnt into the samples are currently running in charts-qa. We should update these to prod once the new release is available.