Commit e11b5077 authored by Romain Loth's avatar Romain Loth

docs table: remove orange stacked area chart

parent c96f96ef
......@@ -389,10 +389,10 @@ function Main_test(Data) {
})
.renderArea(true)
// orange
.stack(monthlyMoveGroup, function (d) {
// console.log(d)
return d.value;
})
// .stack(monthlyMoveGroup, function (d) {
// // console.log(d)
// return d.value;
// })
.title(function (d) {
var value = d.data.value.total ? d.data.value.total : d.data.value;
if (isNaN(value)) value = 0;
......
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