Shiva Prasad

Results 133 comments of Shiva Prasad

@cjohn001 is the array technique working for both iOS and Android?

I'm currently using the tooltip formatter like this. can you try passing your function as a one liner string as shown in this image and let me know if that...

Hi @dangrima90, According to the typings file, it looks like the shared property is a number on the iOS lib and Boolean on the Android lib. Can you please try...

Number on iOS https://github.com/NativeScript/nativescript-ui-charts/blob/1bcd89b84e1a430a91e5c836094194c26e7e3fed/src/typings/objc!Highcharts.d.ts#L6119 Boolean on Android https://github.com/NativeScript/nativescript-ui-charts/blob/1bcd89b84e1a430a91e5c836094194c26e7e3fed/src/typings/android-highcharts.d.ts#L7350 When I wrote the options handler, I primarily referred the iOS typings to create it. That's how it ended up being number...

Sure :) I don't have the bandwidth to investigate it this week myself. So any help would be appreciated :)

@I-NOZex did you try to register it as illustrated here? https://nativescript-vue.org/en/docs/getting-started/nativescript-plugins/ can you try again with the latest version of this plugin? 0.1.0

@rudyZanotti `/__cdvfile_files-external__/files/videos/bc6e7359-db44-4629-9e91-dd8719ef7e05-1694270541591.mp4` is not a valid file path. You just want to be using the part after `__cdvfile_files-external__` Something like `/files/videos/bc6e7359-db44-4629-9e91-dd8719ef7e05-1694270541591.mp4` And I guess the Directory you want to use...

@denysdovhan Please remove the label from this issue.

My motivation to write this script was because simply running ``` npm install -g wtfjs wtfjs ``` is currently broken. And even when you get it working, it just prints...

Sure, I can take a look at this next week. I'll be away this weekend.