helgasoft commented on issue #3454: URL: https://github.com/apache/echarts/issues/3454#issuecomment-1913307467
@kentio, I think the issue has been resolved 8 years ago with the alternative axis type 'category'. See mentioned [official example](https://echarts.apache.org/examples/en/editor.html?c=candlestick-sh). The above referenced Highcharts options are: - [xAxis.breaks](http://api.highcharts.com/highcharts#xAxis.breaks) - how is this a good idea when gaps are **explicitly** defined in code as an array? - [series.gapSize](https://api.highcharts.com/highstock/series.line.gapSize) - makes more sense, but it's to actually **show the gaps**, not to hide them. Could be done in ECharts by inserting empty data where the gaps are. Axis type _time_ has nice formatting, but it is for _"continuous time series data"_. Once the data has gaps it becomes _'discrete category data'_ suitable for _category_ axis. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
