GitHub user dgarciabriseno created a discussion: I made a Big Calendar Heatmap chart plugin
I needed to show 15 years of data in one chart, and the built in calendar heatmap can't do it unless I was ok with the chart being a mile long... So I created a plugin (which is pretty cumbersome and not that well documented...) This is my chart, each column in the heatmap represents 1 month. This chart is showing number of a specific kind of file downloaded by my application each day over the last 15 years. The intent is that we expect roughly 2500 files so with this heatmap we can quickly see where we're missing data. <img width="825" height="549" alt="image" src="https://github.com/user-attachments/assets/a41f4ab0-75fc-471f-836c-7aadfc9024e9" /> Features: - Each row is 1 day - Each column is 1 month - Supports linear and logarithmic color scaling - Supports infinite custom colors, you can set the start and end and any number of colors to interpolate through in between. Built with [Apache ECharts Heatmap](https://echarts.apache.org/examples/en/index.html#chart-type-heatmap) [Available on npm](https://www.npmjs.com/package/@helioviewer/superset-plugin-chart-big-calendar) GitHub link: https://github.com/apache/superset/discussions/35985 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
