In the Line Chart, the visualMap does not apply the expected color when only min is provided. The same configuration works correctly in the Bar Chart, where values above 50 get colored as expected. Expected Behavior The visualMap should apply the specified color to the Line Chart when the min condition is met, just as it does in the...
This is the chart I get when I specify the styles on the first series: Here it is with the tooltip showing. Notice the color of the dot for the "Clutter" in the tooltip has the visualMap color in it. That is great, but I want them to show up in the area under the line as wel...
针对你的问题“component visualmap is used but not imported. import { visualmapcomponent }”,我将按照提供的tips逐一解答,并提供具体的操作步骤: 确认visualMapComponent的正确导入语句: 在ECharts中,如果你需要使用visualMap组件,你应该从echarts/components中导入它。正确的导入语句应该是: javascript import { Visu...
Current Behavior The current behavior is that the visualMap is not scrollable when the number of ranges exceeds the available space in the chart container. Instead of scrolling, the visualMap overflows or remains static, causing the ranges to be cut off or not fully visible if they exceed the ...
Slide slowly and evenly the handle of the continuous visual map. Current Behavior The color of the handle is not updated to match the color of its current position. It's still violet during sliding. Expected Behavior The color of the handle should be the same as the bar at the position ...