LayTec-AG / Plotly.Blazor

This library packages the well-known charting library plotly.js into a razor component that can be used in a Blazor project.
MIT License
340 stars 48 forks source link

How to change X axis tick format? #404

Open SeptSkyTime opened 8 months ago

SeptSkyTime commented 8 months ago

When X axis tick type is date, I hope the date format is "yyyy-MM-dd", not the default format. How to configure the Plotly.Blazor? Thanks!