Hey guys,
Thanks for maintaining this.
Is there any chance of exporting ticker() from src/ticks? There are a few projects around that try to use this machinery to build a timezone-aware scale (e.g. https://github.com/yamass/d3-luxon/blob/main/src/scale/scaleZoned.js) . Without ticker being exported, these have to reimplement it from scratch.
I'm aware that you probably don't want it part of your stable API, but even exporting it from the internal module in src would be appreciated so users can swim with sharks if they accept the risk.
Thanks again!
Jarrad
Hey guys,
Thanks for maintaining this.
Is there any chance of exporting
ticker()fromsrc/ticks? There are a few projects around that try to use this machinery to build a timezone-aware scale (e.g. https://github.com/yamass/d3-luxon/blob/main/src/scale/scaleZoned.js) . Withouttickerbeing exported, these have to reimplement it from scratch.I'm aware that you probably don't want it part of your stable API, but even exporting it from the internal module in
srcwould be appreciated so users can swim with sharks if they accept the risk.Thanks again!
Jarrad