Skip to content

Commit

Permalink
Render ticks on top of everything
Browse files Browse the repository at this point in the history
  • Loading branch information
sulkaharo committed Oct 20, 2019
1 parent bec4bc6 commit 64d9dfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/client/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ function init (client, d3, $) {
.tickFormat(d3.format('d'))
.tickValues(tickValues);

d3.select('tick')
.style('z-index', '10000');

// setup a brush
chart.brush = d3.brushX()
.on('start', brushStarted)
Expand Down

0 comments on commit 64d9dfb

Please sign in to comment.