helgasoft opened a new issue, #27:
URL: https://github.com/apache/echarts-custom-series/issues/27
Stage chart _encode_ does not work when Yaxis is not the last column:
```encode: { x: [0, 1], y: 2 }``` is ok,
```encode: { x: [1, 2], y: 0 }``` is not
[Example](https://codepen.io/helgasoft/pen/zxovwop)
There is also a stage documentation API bug. Everything in
[itemPayload](https://github.com/apache/echarts-custom-series/tree/main/custom-series/stage#seriesitempayload),
for instance _axisLabel_, is shown under _itemStyle_, which is **incorrect**.
--
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]