You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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) . Withoutticker
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
The text was updated successfully, but these errors were encountered: