Merge pull request #160 from mistercrunch/fix_dashed

Fixing the dashed line when using time compare
This commit is contained in:
Maxime Beauchemin 2016-03-02 11:47:50 -08:00
commit 8703fa9460
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;