Replies: 1 comment
-
Typescript still can't let you alter existing types, only augment them (Like adding properties) :( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any example available for extending existing chart types in vue-chart-3? I have created a custom chart before using vue-chartjs, but that was with pure JS and vue 2. Now I want to migrate this chart to using TypeScript and Composition API (while still using Vue 2.x).
I need to override draw() function as I need to do some custom drawing. Any tips or a bare-bone example of extending the built-in bubble chart type would give me enough to start.
Beta Was this translation helpful? Give feedback.
All reactions