Commit d720db78 authored by Romain Loth's avatar Romain Loth

docs table: remove orange stacked area chart

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