EBunto commented on issue #19506: URL: https://github.com/apache/superset/issues/19506#issuecomment-1520058528
Has anyone found a workaround for this problem? Or maybe you found the cause of its occurrence? I've noticed that ticks are not random) Ticks are generated according to first day of week in current month. So if you have x-axis from 01.01.2023 till 01.03.2023 you will get 01.01.2023, 08.01.2023 , 15.01.2023 ,22.01.2023, 30.01.2023 - means that in january week starts from sunday 01.02.2023, 08.02.2023, 15.02.2023, 22.02.2023 - means that in february week starts frim wednesday In the same time markers will be generated according to result of function Trunc(date, 'WW') - in this case week will start in sunday in 2023. -- 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]
