tmtron edited a comment on issue #7937: Cannot stack bars on time x-axis URL: https://github.com/apache/incubator-echarts/issues/7937#issuecomment-473638150 our use-case is almost like the [Confidence Band example](https://ecomfe.github.io/echarts-examples/public/editor.html?c=confidence-band), but: - but for the line-series, we need the time axis - for the confidence band we could use a category axis any ideas for a workaround? e.g. 1. maybe we can have 2 x-axis: a time-axis for the line-series and a category axis for the (confidence band stack)? But those axis would need to be "sychronized": e.g. when we zoom in, both must zoom together, etc. 1. or is it worth to try to keep only one time-axis and use a [custom series](https://ecomfe.github.io/echarts-doc/public/en/option.html#series-custom.type) to draw the area? If so, can someone link to an example, how to use custom-series with a time x-axis? The answer is **NO**. Custom series are just too slow (much slower than native series). Drawing the graphics basically works, but when we have like 10 charts with 5 series and 1k samples, the app is basically unusable. 1. something completely different, that I didn't think of..
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
