Version
4.2.1-rc1
Steps to reproduce
For a 3D graphic section "grid3D" set tooltip renderMode to "richText" and Implement a "formatter" function
What is expected?
Tooltips should be created inside canvas as the chart
What is actually happening?
Tooltip are not created in the canvas but outside
Yet in the documentation it is specified that this option must make the tooltip inside the canvas
https://ecomfe.github.io/echarts-doc/public/en/option.html#tooltip.renderMode
"It can also set to be 'richText' so that the tooltip will be rendered inside Canvas (SVG rich text is not implemented yet)."
Version
4.2.1-rc1
Steps to reproduce
For a 3D graphic section "grid3D" set tooltip renderMode to "richText" and Implement a "formatter" function
What is expected?
Tooltips should be created inside canvas as the chart
What is actually happening?
Tooltip are not created in the canvas but outside
Yet in the documentation it is specified that this option must make the tooltip inside the canvas
https://ecomfe.github.io/echarts-doc/public/en/option.html#tooltip.renderMode
"It can also set to be 'richText' so that the tooltip will be rendered inside Canvas (SVG rich text is not implemented yet)."