mng
mng
For example, I create a chart by `createFromConfig`, can I have a method named `updateByConfig`?
I had the same problem. Quill version: 1.3.7 Firefox version: 82.0.3 (64-bit)
It can be fixed by the following CSS. If it is confirmed that this is a bug, I can submit a PR ```css li > .ql-ui { position: absolute; top:...
我也想知道这个问题怎么解决。 使用`xAxis.data和series[i].data`来指定xAxis的label是允许重复的。 所以现在的行为看起来像是一个bug。  建议提供参数来控制: 1. 把x轴label相同的柱子的值相加,只显示一个相同的label 2. 平铺开
@elephantme 我暂时放弃升级了。我之前有在data中给每一个柱子单独设置颜色。 这在dataset里面显然无法实现。echarts的开发人员告诉我可以用visiualMap来实现。但是我尝试了多次,还是没法实现。