How to make the TimeScale ticks render a custom element? #1659
Unanswered
mikealchex
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there! How are you all doing?
Thanks for building this amazing library!
I wanted to ask if it was possible to render a custom element for the horizontal scale ticks.
I would need to render a button that I could hover and click (and store state somewhere in my app).
For context:
![image](https://private-user-images.githubusercontent.com/176411242/353146476-a105acbd-461f-4071-8406-0aedeea2048b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTU2NzQsIm5iZiI6MTczOTU5NTM3NCwicGF0aCI6Ii8xNzY0MTEyNDIvMzUzMTQ2NDc2LWExMDVhY2JkLTQ2MWYtNDA3MS04NDA2LTBhZWRlZWEyMDQ4Yi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwNDU2MTRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mMDIwYmNjNDRlZTViODVkNDU2MzlmMmRjZmYxNDQ1Mjc5MzMxYzBhNDQwOWE1Nzc2OTA4ZGE3MTFjMTgyYmZhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.F82w8gb1FxUtY2vVp-AkTKS4_48VQ_PFhCTHu2jrGSI)
Here's the UX design that I need to implement. The colored ticks have been clicked. 11 and 15 ticks haven't been clicked yet.
Beta Was this translation helpful? Give feedback.
All reactions