helgasoft commented on issue #19557:
URL: https://github.com/apache/echarts/issues/19557#issuecomment-1937352440

   duplicate of #17177
   I see the problem now - heatmap behaves differently depending on the 
coordinate system used.
   - Heatmap with _coordinateSystem:'**geo**'_ has attributes 
[pointSize](https://echarts.apache.org/en/option.html#series-heatmap.pointSize) 
and _blurSize_ and automatically changes colors depending on **density** of 
points. Density changes on zoom in/out. [official 
example](https://echarts.apache.org/examples/en/editor.html?c=heatmap-bmap)
   - Heatmap with _coordinateSystem:'**cartesian2d**'_ OTOH shows only colors 
matching the points **values**. Density does not matter when zooming in/out and 
no colors are changed. [official 
example](https://echarts.apache.org/examples/en/editor.html?c=heatmap-large)
   
   So this is indeed a **new feature** proposal - to make cartesian2d behave 
like geo.


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to