helgasoft commented on issue #21262: URL: https://github.com/apache/echarts/issues/21262#issuecomment-3289181158
Your code has ```barGap: "4px"```. "px" is a CSS suffix, not used in ECharts. ```barGap:4``` would be 4 pixels wide in ECharts, even though the [API](https://echarts.apache.org/en/option.html#series-bar.barGap) does not mention it. -- 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: commits-unsubscr...@echarts.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org