nteract / semiotic

A data visualization framework combining React & D3
https://semioticv1.nteract.io/
Other
2.44k stars 133 forks source link

expose the scale in tickLineGenerator #470

Closed tarekrached closed 5 years ago

tarekrached commented 5 years ago

It would be helpful to have access to the scale in the tickLineGenerator so that you can do cleverer things. My specific use case is shading non-business hours on a timeseries chart, which requires me to add a value in the scale's domain to get the corresponding value in the scale's range.