100pah commented on issue #9038: 柱状图横向排,居中对齐 URL: https://github.com/apache/incubator-echarts/issues/9038#issuecomment-419743044 1. 可以实现,但是没有直接的方法实现,因为这已经超出的传统“柱状图”的定义。 实现的方法,比如: (A)y 轴放中间,两个系列,一正一负。 (B)使用 custom series。 2. 先对数据排序,然后传入 echarts。
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
