apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.2k stars 19.61k forks source link

在曲线图和散点图中tooltip形状获取出错 #9908

Closed foolmadao closed 5 years ago

foolmadao commented 5 years ago

General Questions

Issue Type

Issue Details

在曲线图和散点图中,如何设置tooltip中的形状

如图右边的legend的形状和图像中hover产生的tooltip的形状不一样 image tooltip用formatter实现 image 经检查发现无论legend和series中设置的symbol为什么形状,formatter函数中获取的point的maker都是圆形 image

散点图中存在相同的情况

image

Expected Behavior

期望tooltip的图标和图中点及legend一致

Current Behavior

Topics

Environment

deqingli commented 5 years ago

Hi, currently the tooltip and legend don't keep icons consistent. You can draw any icon in HTML with the tooltip formatter.