You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "Khrol (via GitHub)" <gi...@apache.org> on 2023/11/17 10:51:04 UTC

Re: [I] X-axis tick mark at first of the month is incorrectly injected into charts with weekly time grain [superset]

Khrol commented on issue #19506:
URL: https://github.com/apache/superset/issues/19506#issuecomment-1816147944

   Looks like we need to use `alignWithLabel` property from here https://apache.github.io/echarts-handbook/en/concepts/axis/
   
   ```
         axisTick: {
           alignWithLabel: true
         },
   ```


-- 
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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org