f-loris opened a new issue #11325: Don't preserve space for empty values on category axis URL: https://github.com/apache/incubator-echarts/issues/11325 ### What problem does this feature solve? In my case I have different categories and multiple series (bar), where not every series has data for each category (i.e. some null values exist). Currently, ECharts preserves the space for each category in each series. The goal would be to don't preserve space for null values, i.e. no leaks within a category. Therefore each category can be of a different length. I haven't found a way to handle this with the existing functionality which ECharts provides. **Currently:**  **Goal:**  ### What does the proposed API look like? A setting on axis or series level which defines if space for empty values is preserved Would be great to get some feedback on that :) <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE -->
---------------------------------------------------------------- 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]
