Manahil-Afzal opened a new issue, #132:
URL: https://github.com/apache/echarts-examples/issues/132

   The current Basic Line Chart and Smoothed Line Chart examples display static 
data but do not provide interactivity to view individual data points on click 
or hover.
   
   Before:
           . Basic Line Chart: [150, 230, 224, 218, 135, 147, 260]
           .Smoothed Line Chart: [820, 932, 901, 934, 1290, 1330, 1320]
   
   Problem:
   Users cannot easily see the corresponding category (X-axis) and value 
(Y-axis) for each point on the line.
   
   Suggested Enhancement:
   -> Add tooltip with formatter to show the category and value when hovering 
or clicking on a point.
   -> Apply this enhancement to both the basic and smoothed line chart examples.
   -> This will make the examples more interactive and informative for 
developers learning ECharts.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to