What are you building with SQLPage ?
I export my NixOS machine's logs + metrics to parquet using a custom python collector. I use SQLPage + DuckDB in my NixOS config to power dashboards that show me relevant logs + metrics.
What is your problem ? A description of the problem, not the solution you are proposing.
I would like to have the ability to create stacked area graphs or stacked line graphs.
What are you currently doing ? Since your solution is not implemented in SQLPage currently, what are you doing instead ?
Currently for component power draw I am just using a regular line graph, but it makes more sense to be able to see how each component adds up to total power draw.
Describe the solution you'd like
I want to be able to create stacked area graphs / stacked line graphs.
Describe alternatives you've considered
Not sure there is an alternative. For now I just use a regular line graph.
Additional context
example graphs :: https://datavizcatalogue.com/methods/stacked_area_graph.html
What are you building with SQLPage ?
I export my NixOS machine's logs + metrics to parquet using a custom python collector. I use SQLPage + DuckDB in my NixOS config to power dashboards that show me relevant logs + metrics.
What is your problem ? A description of the problem, not the solution you are proposing.
I would like to have the ability to create stacked area graphs or stacked line graphs.
What are you currently doing ? Since your solution is not implemented in SQLPage currently, what are you doing instead ?
Currently for component power draw I am just using a regular line graph, but it makes more sense to be able to see how each component adds up to total power draw.
Describe the solution you'd like
I want to be able to create stacked area graphs / stacked line graphs.
Describe alternatives you've considered
Not sure there is an alternative. For now I just use a regular line graph.
Additional context
example graphs :: https://datavizcatalogue.com/methods/stacked_area_graph.html