Hello,
I tried many ways to make the x axis value consistent with the time and font in line chart like using this.layout.xaxis[“dtick”]= “M1”
this.layout.xaxis[“tickmode”]= “auto”,
tickformat= ‘%d-%b-%y \n %H:%M’,
but nothing worked
Hi @Swathi
Welcome to the community. Can you please share your code: a minimal reproducible example with sample data so we can reproduce this error locally?