Skip to content

Commit

Permalink
Fixing the dashed line when using time compare
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 2, 2016
1 parent b6a2521 commit e1e1746
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions panoramix/assets/visualizations/nvd3_vis.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
g.dashed path {
stroke-dasharray: 5, 5;
}
1 change: 1 addition & 0 deletions panoramix/assets/visualizations/nvd3_vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e1e1746

Please sign in to comment.