Commit ba7f7120 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Update sample for chart bar stacked

parent 05492968
...@@ -24,10 +24,14 @@ ...@@ -24,10 +24,14 @@
x: { x: {
type: 'categorized' type: 'categorized'
} }
},
grid: {
y: {
lines: [{value:0}]
}
} }
}); });
setTimeout(function () { setTimeout(function () {
chart.groups([['data1', 'data2', 'data3']]) chart.groups([['data1', 'data2', 'data3']])
}, 500); }, 500);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment