Echart Flicker Effect, highlight and downplay data points on hover using a flickering effect... #3690
Closed
zhangguolin333
started this conversation in
General
Replies: 1 comment 2 replies
-
@zhangguolin333 Why are you duplicating your post? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HTML example:
<title>ECharts Demo</title> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/echarts.min.js"></script>`
As follows is part of my niceGUI pseudo-code:
option = {....} # The content is the same as the ”var option“ in the html as above mychart = ui.echart(options=option).props('id=myEChart;').style('height: 100%; width: 100%')
So now I need to achieve the purpose as in the HTML example, when the mouse suspension data point symbol can flash, I do not understand, how to get mychart instance in add_body_html after creating mychart, and then js execution, maybe I can not express clearly, but HTML example is obvious, how should I do?
Beta Was this translation helpful? Give feedback.
All reactions