helgasoft commented on issue #19211:
URL: https://github.com/apache/echarts/issues/19211#issuecomment-1766747753
yes, you did it right.
But this use-case raises a valid question. Currently **_xAxis.data_
overrides _xAxis.type_**, which is explained in the API and we are accustomed
to it. But new users are rightfully **confused**. What you were trying to do
makes sense and should be allowed:
```xAxis: { type:'value', data: [1,2,3] }```
--
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]