EChartsEvent Op
capture echart-library-events
Summary (oneliner)
<p>Using this op you can capture ECharts events: <a href="https://echarts.apache.org/en/api.html#events">https://echarts.apache.org/en/api.html#events</a></p>
- Ops.Extension.ECharts.EChartsEvent
- Extension Op - Visible to all users
- MIT
- echarts.js (Apache ECharts is a powerful, interactive charting and data visualization library for browser)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Simple ECharts Example
a simple example on how to use the echarts-library to draw graphs in cables
Youtube Video Tutorial
INPUT PORTS
<p>The ECharts instance</p>
<p>Name of the event e.g "click"</p>
<p>Ëlement selector e.g "series.bar"</p>
<p>Optional: More complex selection of elements to bind the event</p>
<p>Trigger if the reference to the chart changed or if you add/delete event dynamically</p>
OUTPUT PORTS
<p>ECharts instance</p>
<p>Event was triggered</p>
<p>Event parameters</p>
<i>boolean</i>
Number)<p>Check whether the event needs to be rebounded to the ECharts instance object</p>
Patches using EChartsEvent
Changelog
created op | kikohs - 2021-03-05 13:01 | |
Ops.User.stephan.EChartsEvent renamed to Ops.Libs.EChartsEvent | stephan - 2021-03-05 14:02 | |
Ops.Libs.EChartsEvent renamed to Ops.Libs.ECharts.EChartsEvent | stephan - 2021-03-05 14:02 | |
Ops.Libs.ECharts.EChartsEvent renamed to Ops.Extension.ECharts.EChartsEvent | stephan - 2022-12-14 10:06 |