You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/03/16 09:13:26 UTC

[GitHub] [incubator-echarts] 100pah commented on issue #12281: Heatmap calendar visualMap.categories not work

100pah commented on issue #12281: Heatmap calendar visualMap.categories not work
URL: https://github.com/apache/incubator-echarts/issues/12281#issuecomment-599425352
 
 
   It is a visualMap defect.
   Currently visualMap only support "category" on axis, where the category data will be mapped to ordinal index (0, 1, 2, ...). 
   If not on axis, the raw data value will be stored as string, which case visualMap does not supported yet.
   
   Should be improved.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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