helgasoft commented on issue #19589: URL: https://github.com/apache/echarts/issues/19589#issuecomment-1926463397
First, I think API docs for [xAxis.splitArea.interval](https://echarts.apache.org/en/option.html#xAxis.splitArea.interval) needs to be fixed. Looks like text was just copied from [xAxis.axisLabel.interval](https://echarts.apache.org/en/option.html#xAxis.axisLabel.interval). Second, _splitArea.interval_ has to be a fixed number and defines the alternation frequency of two colors. OTOH, _bar.itemStyle.color_ could be an arbitrary value. So I do not think these two can be compared. If you want to color weekends, try _markArea_. -- 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]
