[GitHub] [echarts] juliepagano commented on issue #18495: [Feature] Add ability to disable emphasis/highlight functionality of tooltip axis trigger

2023-04-17 Thread via GitHub
juliepagano commented on issue #18495: URL: https://github.com/apache/echarts/issues/18495#issuecomment-1512073904 FYI, I'm going to look into making a pull request for this feature. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [echarts] juliepagano commented on issue #18495: [Feature] Add ability to disable emphasis/highlight functionality of tooltip axis trigger

2023-04-12 Thread via GitHub
juliepagano commented on issue #18495: URL: https://github.com/apache/echarts/issues/18495#issuecomment-1505734181 > I don't see anything wrong on your last example, I tough you wanted to hide the tooltip but keep the highlight dashed line. But I probably misunderstood what you're trying to

[GitHub] [echarts] juliepagano commented on issue #18495: [Feature] Add ability to disable emphasis/highlight functionality of tooltip axis trigger

2023-04-11 Thread via GitHub
juliepagano commented on issue #18495: URL: https://github.com/apache/echarts/issues/18495#issuecomment-1504235593 > You can acheive this by using triggerTooltip: false (and you may want to take a look to into the trigger: "none") > > https://codesandbox.io/s/stacked-area-chart-forked