RUIYUANXia commented on issue #19300: URL: https://github.com/apache/echarts/issues/19300#issuecomment-1813736254
https://echarts.apache.org/examples/en/editor.html?c=doc-example%2Fcandlestick-axisPointer&edit=1&reset=1 Here is an example illustrating this undocumented behavior. Assigning values to 'options.tooltip.trigger' and 'series.tooltip.trigger' will change the level of detail in tooltips in the following ways: - Maximum detail is achieved when both are set to 'axis'. - Less detail is provided when 'options.tooltip.trigger' is set to 'axis' and 'series.tooltip.trigger' to 'item'. - The least detailed tooltips result from setting 'options.tooltip.trigger' to 'item' alone. Setting the trigger in the series adds additional behavior based on the experiment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
