This repository contains example implementations of custom charts created by Luzmo employees, and goes hand-in-hand with the custom-chart-builder
repository that's used while developing Custom charts.
The goal is to provide inspiration and reference material for Luzmo customers who want to build their own custom visualizations!
- Might not be production-ready: These examples may contain bugs, limitations, or suboptimal implementations. They should not be used in production without thorough testing and validation.
- No maintenance or enhancements: We do not plan to extend or actively maintain these examples. Future updates or fixes are unlikely.
Chart name | Screenshot | Description | Source code |
---|---|---|---|
Aggregated scatter chart | ![]() |
A scatter chart which aggregates the values that coincide both in the x-axis and group-by column | Source code |
Click density map | ![]() |
Visualizes click frequency on a website using hexagonal bins and color intensity. | Source code |
Custom grouped bar chart | ![]() |
A simple grouped bar chart, created with D3.js. | Source code |
Waterfall chart | ![]() |
Visualizes step-by-step value changes from an initial value. | Source code |
We welcome external contributions! 🎉
If you’d like to improve an existing example or add a new one, please open a pull request. Our team will review contributions on a best-effort basis!