Skip to content

Commit

Permalink
Merge pull request #160 from mistercrunch/fix_dashed
Browse files Browse the repository at this point in the history
Fixing the dashed line when using time compare
  • Loading branch information
mistercrunch committed Mar 2, 2016
2 parents b6a2521 + b61ddd0 commit 8703fa9
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 8703fa9

Please sign in to comment.