Commit 29eb7a81 authored by delanoe's avatar delanoe

Merge branch 'romain-refactoring-navbar' into refactoring

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