Introduced stacked option in the timeseries chart

This commit is contained in:
Matteo Biscosi 2025-10-29 12:59:23 +01:00
parent 0f019bcf0e
commit 9d8cbf5ae6
4 changed files with 56 additions and 10 deletions

View file

@ -135,6 +135,7 @@ function buildChartOptions(options) {
config.disableTsList = options.disable_ts_list;
config.yRangePad = options.yRangePad || 1;
config.legendFormatter = legendFormatter;
config.blockStacked = options.block_stacked
/* Change the plotter */
if (options.plotter) {