-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Hi, I need a way to style the bottom ticks in Canvas so they will be multi-line:
Describe the solution you'd like
Come with a configurable option in axisBottom prop for controlling the style of bottom ticks
Describe alternatives you've considered
If that is not possible, I advise this:
Allow separate layers prop for SVG & another (different name) for Canvas so both layers could co-exist (need to control the z-index of which is more important per use-case) so a developer could use a Canvas chart while enjoying the easier customizability of SVG
The reason I am using Canvas is that I have a page with 10+ charts; each chart has multiple lines with thousands of data points. The DOM cannot handle so many elements and the performance are suffering considerably.