DataSrc:T241b: Difference between revisions
No edit summary |
No edit summary |
||
Line 482: | Line 482: | ||
height=600px | | height=600px | | ||
option = { | option = { | ||
title: { | |||
text: 'Stacked Area Chart' | text: 'Stacked Area Chart' | ||
}, | }, | ||
Line 500: | Line 500: | ||
feature: { | feature: { | ||
saveAsImage: {} | saveAsImage: {} | ||
}, | } | ||
}, | |||
dataset: { | dataset: { | ||
source: {{#var:t241dateData}} | source: {{#var:t241dateData}} | ||
}, | }, | ||
xAxis: { type: 'category' }, | xAxis: { | ||
yAxis: { type: 'value' }, | type: 'category' | ||
}, | |||
yAxis: { | |||
type: 'value' | |||
}, | |||
series: [ | series: [ | ||
{ type: 'line', stack: 'total', areaStyle: {} }, | { type: 'line', stack: 'total', areaStyle: {} }, |
Revision as of 15:04, 28 March 2025