Hi,
I want to use echarts Apache ECharts in my app. Echarts works by initiating an echart instance and tying to a dom in the html page. This is what I tried till now.
- I installed the toolbox plugin.
- Added an html element with the below code:
- Added a workflow to show the html element and run javascript:
But I don’t see the chart data in the preview. Here’s the link to my app.
I’d appreciate any help to get this working. Thanks in advance.