devjyoti3110 opened a new issue, #18708:
URL: https://github.com/apache/echarts/issues/18708

   ### What problem does this feature solve?
   
   I can add markpoint based on max, min, avg points. But if I want to put 
value on top of each bar. If I am already using label in axisTick  properties 
to show some values in the x-axis. So, I cannot use the label properties. In 
that case markpoint can be used for each bar value represent. It will be easy 
for use to understand the values on chart. As example attached mockup below.
   
   
![markpoint-echart-example](https://github.com/apache/echarts/assets/52210784/7d8dc63e-af3b-4af5-aa9f-468838429900)
   
   
   
   
   ### What does the proposed API look like?
   
   markPoint: {
           data: [
             {
               value: 2,
               label: "Jan"
             },
             {
               value: 4.9,
               label: "Feb"
             },
             {
               value: 7,
               label: "Mar"
             },
             ...........
           ]
         }


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

Reply via email to