Chart 鼠标移动时候自定义提示
#4087
-
Chart 组件如何支持自定义回调方法 |
Beta Was this translation helpful? Give feedback.
Answered by
ArgoZhang
Aug 19, 2024
Replies: 2 comments 1 reply
-
https://www.chartjs.org/docs/master/api/interfaces/Plugin.html |
Beta Was this translation helpful? Give feedback.
1 reply
-
增加 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ArgoZhang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
增加
BootstrapBlazor.Chart
全局类,自定义脚本中可以通过getOptionsById
获得当前Chart
组件的配置,再次进行扩展,具体例子可以看https://www.blazor.zone/chart/line#CustomTooltip