rusackas commented on issue #28204:
URL: https://github.com/apache/superset/issues/28204#issuecomment-4748749630

   Took another look at this on current master, and yeah, still a thing. Turns 
out my #33729 theory was off, that one sets ECharts `axisLabel.interval`, which 
only does anything on a category axis, so it's a no-op for the temporal `type: 
'time'` scale that's causing the misaligned ticks here.
   
   Good news is there's already a "Force categorical" toggle that switches the 
x-axis to a category scale (one bucket = one tick), it was just hidden unless 
your x-axis column was numeric, so nobody on a time grain could actually reach 
it. Opened #41221 to expose it for temporal columns too. Default's unchanged, 
so it's opt-in, but it should sort out the weekly-grain case.
   
   @Gwildor if you're able to build that branch, would love to know if it lines 
things up on your end.
   


-- 
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]

Reply via email to