Fixing the dashed line when using time compare

This commit is contained in:
Maxime Beauchemin 2016-03-02 10:37:17 -08:00
parent b6a2521722
commit e1e1746967
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
g.dashed path {
stroke-dasharray: 5, 5;
}

View File

@ -5,6 +5,7 @@ require('nvd3');
// CSS
require('../node_modules/nvd3/build/nv.d3.min.css');
require('./nvd3_vis.css')
function nvd3Vis(slice) {
var chart;