echarts icon indicating copy to clipboard operation
echarts copied to clipboard

ScatterGL doesn't show tooltip when hovering on item

Open trannamquan opened this issue 5 years ago • 7 comments

Version

4.6.0

Steps to reproduce

Using series type ScatterGL to draw a scatter chart. Set tooltip for series like this:

tooltip: {
        trigger: "item",
      },
series: [{
       type: "scatterGL",
       data: blahblah,
       tooltip: {
          position: ['50%', '50%'],
          formatter: function() {
              return 'tooltip'
            }
          }
      }]
}

What is expected?

Show tooltip for each item when hovering like normal series type Scatter

What is actually happening?

No tooltip show

trannamquan avatar Jan 30 '20 10:01 trannamquan

Hi! We've received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays.

In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.

If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to [email protected]. Please attach the issue link if it's a technical questions.

If you are interested in the project, you may also subscribe our mail list.

Have a nice day! 🍵

echarts-bot[bot] avatar Jan 30 '20 10:01 echarts-bot[bot]

Hi there! Thanks so much for creating such an awesome library 🎉 🙏

Do we happen to have an example of creating a tooltip with scatterGL? Or any advices on how to create one?

We're working on an open source data viz feature to visualize genomic sequencing data, which involves millions of data points, so using WebGL would be ideal!

Thank you!

tihuan avatar Dec 01 '21 01:12 tihuan

Hello, is this issue already fixed? Because in the Chart Type scatter3D the tooltips are also not working. Thank You!

F-LGW avatar Dec 13 '22 07:12 F-LGW

scatter3D tooltips have a problem (https://github.com/ecomfe/echarts-gl/issues/342), but for more than one point they work. scatterGL show no tooltips and @100pah added the "new-feature" tag, which means this functionality is missing. Demo

helgasoft avatar May 25 '23 16:05 helgasoft

It's still doesn't fix(implemented). 🥲

AndreyPatseiko avatar Nov 03 '23 12:11 AndreyPatseiko

Still not fixed.😭

YuruiHong avatar Jul 11 '24 16:07 YuruiHong

Still not working! Does anyone have any information on this?

vpalos avatar May 29 '25 08:05 vpalos

Can confirm as well that this feature has been broken since I tried using scatterGL. Would like to use echarts for what I plan on using it for if we could find a fix for this!

VEDA95 avatar Jul 08 '25 21:07 VEDA95