We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I cant make localization for type date in axis. I tested with below example:
var data = [ { x: ['2013-10-04 22:23:00', '2013-11-04 22:23:00', '2013-12-04 22:23:00'], y: [1, 3, 6], type: 'scatter' } ]; var myFormatters = Plotly.d3.locale({ "decimal": ".", "thousands": ",", "grouping": [3], "currency": ["$", ""], "dateTime": "%a %b %e %X %Y", "date": "%m/%d/%Y", "time": "%H:%M:%S", "periods": ["AM", "PM"], "days": ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], "shortDays": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], "months": ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"], "shortMonths": ["Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic"] }); Plotly.d3.time.format = myFormatters.timeFormat; Plotly.newPlot('myDiv', data);
But Plotly cant apply my time format of D3.
Thanks for help.
The text was updated successfully, but these errors were encountered:
moved to #856
Sorry, something went wrong.
No branches or pull requests
Hello,
I cant make localization for type date in axis.
I tested with below example:
But Plotly cant apply my time format of D3.
Thanks for help.
The text was updated successfully, but these errors were encountered: