Re: [I] [Feature] Add labels to continuous visualMap [echarts]

2024-02-25 Thread via GitHub


Ovilia commented on issue #19613:
URL: https://github.com/apache/echarts/issues/19613#issuecomment-1963492445

   Even with these intermediate labels, the mapping from color to value is not 
clear without hovering on the data to see the mapped position in the visualMap 
component. So I don't think the intermediate labels could help a lot.


-- 
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



[I] [Feature] Add labels to continuous visualMap [echarts]

2024-02-13 Thread via GitHub


cgps-admin opened a new issue, #19613:
URL: https://github.com/apache/echarts/issues/19613

   ### What problem does this feature solve?
   
   Currently, only two labels can be displayed on either end of the visual map, 
it would be great if more labels can be added for the intermediate values: 
   
   https://github.com/apache/echarts/assets/20203737/edc62f82-c0b0-4ebc-88f2-8c2cff4b31c0;>
   
   
   ### What does the proposed API look like?
   
   ```
   visualMap: {
 type: "continuous",
 min: 0,
 max: 100,
 labels: true,
   },
   ```


-- 
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.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