We have found that the nativescript ui pie chart is not going to be sufficient for our needs. From what I can tell, we might be able to do one of two things to use a third part javascript solution:
- HtmlView
- WebView with the source being local files
I'm not sure about 2 things with either solution:
- Can we load 3rd party and custom javascript
- Do we have the ability to listen to and trigger custom events (basically passing data/events to and from the web/html view and the containing component)
Answering those 2 questions would be huge for us, and then any potential examples would also be helpful. Thanks!