Commit e5cf235e authored by Masayuki Tanaka's avatar Masayuki Tanaka Committed by masayuki

Fix y domain when grouped

parent 57a5b240
......@@ -297,6 +297,7 @@
})
for (j = 0; j < __data_groups.length; j++) {
for (k = 1; k < __data_groups[j].length; k++) {
if ( ! isBarType(__data_groups[j][k])) continue
ys[__data_groups[j][k]].forEach(function(v,i){
ys[__data_groups[j][0]][i] += v*1
})
......
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