Commit 29eb7a81 authored by delanoe's avatar delanoe

Merge branch 'romain-refactoring-navbar' into refactoring

parents 0d318bf9 e11b5077
......@@ -4,6 +4,7 @@
margin: 0 ;
padding-top: 15px;
padding-bottom: 15px;
float: none;
}
......
......@@ -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