Replies: 4 comments 1 reply
-
Hi @raizdev - can you create fork of my StackBlitz fork that reproduces your issue? The URL you shared is the initial URL when a demo is created in StackBlitz but is not shareable. As you'll notice, the StackBlitz fork I've shared shows ticks on the y-axis without problems. This is version 1.11.6 but there haven't been any Vue-specific changes since 1.11.0. |
Beta Was this translation helpful? Give feedback.
-
@raizdev - I was able reproduce the issue as well as provide a simple (temporary) workaround. Please look at this StackBlitz example: Important things
I will submit a PR to fix the exports on |
Beta Was this translation helpful? Give feedback.
-
#1642 submitted |
Beta Was this translation helpful? Give feedback.
-
Thank you! Tested and works like a charm. You and your team are awesome with fast response and fixes. Thanks for that! |
Beta Was this translation helpful? Give feedback.
-
Hi all,
Thankyou for this awosome library!!
Im experience some issues. I've copied everything from https://stackblitz.com/run?file=src%2FApp.vue and I see only the date, values from left bar are missing. In my code i see the following code.
<g class="ticks invisible" aria-hidden="true" aria-label="invisible left ticks" fill="none" font-size="10" font-family="sans-serif" text-anchor="end" style="opacity: 0; pointer-events: none;"><path class="domain" stroke="currentColor" d="M0.5,269.4799995422363V0.5"></path></g>
Ticks invisible, how could that happen?
Also I noticed that everything above version 1.11.0 doesn't work. Receive this error
Beta Was this translation helpful? Give feedback.
All reactions