Browse Source

Update sample for chart bar stacked

pull/34/merge
Masayuki Tanaka 11 years ago
parent
commit
ba7f7120d8
  1. 6
      htdocs/samples/chart_bar_stacked.html

6
htdocs/samples/chart_bar_stacked.html

@ -24,10 +24,14 @@
x: {
type: 'categorized'
}
},
grid: {
y: {
lines: [{value:0}]
}
}
});
setTimeout(function () {
chart.groups([['data1', 'data2', 'data3']])
}, 500);

Loading…
Cancel
Save