ToughRover commented on issue #9381: 散点图当piecewise visualMap和y轴使用同一列数据时内容无法显示 URL: https://github.com/apache/incubator-echarts/issues/9381#issuecomment-439301232 I do not know how echarts handle the series data inside, actually the data I passed to series is a 2 columns, n rows data array, So I use dimension 1 as Y axis value as well as visualMap. It appears to me echarts copied the column for visualMap in this special case, this is not reasonable since users do not know the behavior of copying of a column after the original data is passed to echarts option. So I cannot define the correct dimension for visualMap in this special case. The behavior should be consistent with common case. (visualMap and y axis uses different column).
---------------------------------------------------------------- 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]
