chmich opened a new issue #15299:
URL: https://github.com/apache/echarts/issues/15299


   ### What problem does this feature solve?
   x-Axis label in x-axis and tooltip
   having the option to set different labels
   
   ### What does the proposed API look like?
   A) current:
   `xAxis: { data: ["J", "F", "M", "J" ... ] }`
   
   B) Idea:
   `xAxis: { data: [{{"xAxis":"J", "tooltip": "January"}, {"xAxis": "F", 
"tooltip":"February"}, {"xAxis":"M","tooltip":"March"}}, ... ] }`
   
   from my view, the best would be if both (A B) would be possible
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


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