Custom charts

When the standard Microreact charts don't provide the visualisation you need, you can create a custom chart. The Custom Chart option uses Vega-Lite.

The Vega-Lite documentation on Github includes examples, tutorials, and an in-browser testing area to build and run your code. https://vega.github.io/editor/#/custom/vega-lite

The Example Gallery is probably the best place to start.

Note: Vega-Lite charts don’t have interactive panel functionality the way other charts and panels have.

Last updated