mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Introduced stacked option in the timeseries chart
This commit is contained in:
parent
0f019bcf0e
commit
9d8cbf5ae6
4 changed files with 56 additions and 10 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue