vue3-chartjs icon indicating copy to clipboard operation
vue3-chartjs copied to clipboard

TypeScript support

Open rafalolszewski94 opened this issue 3 years ago • 6 comments

Can we expect TypeScript support anytime soon?

My project (as many others I assume) rely on TS and that would be great addition to the package itself with better completion.

*I have no experience in typing packages

rafalolszewski94 avatar Jun 13 '21 16:06 rafalolszewski94

I don't have a timeframe for this as of yet but its on my list of things. TypeScript is new to me, so I have some learning to do before I push anything out in this area.

J-T-McC avatar Jun 14 '21 00:06 J-T-McC

Hey @J-T-McC any update on this ? your plugin look great but i can't use it without Ts definition :/

riderx avatar Oct 23 '21 15:10 riderx

some problem

productdevbook avatar Mar 29 '22 06:03 productdevbook

Same issue as well

neoighodaro avatar May 24 '22 14:05 neoighodaro

Hey @J-T-McC any update on this ? your plugin look great but i can't use it without Ts definition :/

I don't understand why you can't use it ? It works like a charm with typescript, you just don't have autocompletion and IDE hints on types. I added declare module "@j-t-mcc/vue3-chartjs" in a .d.ts file to prevent warnings on import statements.

grubshka avatar Sep 01 '22 13:09 grubshka

i switched to vue-chartjs

riderx avatar Sep 01 '22 13:09 riderx