JesseEisen commented on issue #13644: URL: https://github.com/apache/incubator-echarts/issues/13644#issuecomment-735230615
> 看了下你的 dataset,现在的 x 轴等于是类目型的,得先转成数字的。 这个没有太理解。 我在 series 中定义了 encode: {x: 1, y: 2} 然后将 x 轴指定成 value 类型。 这种方式实际上定义的 x 轴还是一个类目型的吗? > 得先转成数字的 这个是说要设置 dimensions 吗。还是其他的操作啊 --- 我现在尝试将 x 轴的 type 改成 log。 绘制出来的结果 x 轴的刻度是从 (1,10) 。 我将部分数据贴到你提供的 example 中,可以达到期望的效果。两边的不同的地方是: - example 中 series 使用的 data 数组,我用的是 dataset 映射 剩下的是我的 series 中定义了如下的内容: ```json { datasetIndex: 0, encode: {x: 1, y: 2}, lineStyle: {width: 2.5}, name: "xxxx", showSymbol: false, smooth: false, symbolSize: 2, type: "line" } ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org