Skip to content

Commit

Permalink
hide gridBorders in sparklines
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Nov 4, 2022
1 parent 829a1be commit 52c4a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/axes/Grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ class Grid {
if (!w.config.grid.show) {
this.elgridLinesV.hide()
this.elgridLinesH.hide()
this.elGridBorders.hide()
}

let yTickAmount = w.globals.yAxisScale.length
Expand Down

0 comments on commit 52c4a57

Please sign in to comment.