rusackas commented on code in PR #33191: URL: https://github.com/apache/superset/pull/33191#discussion_r2054363441
########## superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts: ########## @@ -488,6 +488,7 @@ export default function transformProps( formatter: xAxisFormatter, rotate: xAxisLabelRotation, }, + splitNumber: data.length, Review Comment: I wonder if we should have a checkbox control to enable this. I'm a little worried that even with larger timegrains, the labels might overlap when they're in the default (horizontal) layout. -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org