Skip to content
New issue

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

Error in logarithmic scale online documentation #2673

Closed
glm-mhoulier opened this issue May 31, 2016 · 3 comments
Closed

Error in logarithmic scale online documentation #2673

glm-mhoulier opened this issue May 31, 2016 · 3 comments

Comments

@glm-mhoulier
Copy link

Hi,

I think that in Logarithmic Scale documentation http://www.chartjs.org/docs/#scales-logarithmic-scale, Example Configuration is missing 'scales' in 'options'.

options: { xAxes: [{ type: 'logarithmic', position: 'bottom', ticks: { min: 1, max: 1000 } }] }

should be:

options: { scales: { xAxes: [{ type: 'logarithmic', position: 'bottom', ticks: { min: 1, max: 1000 } }] } }

@panzarino
Copy link
Contributor

Fixed in #2678

@numerized
Copy link

Not fixed guys.

@panzarino
Copy link
Contributor

It has been changed in the docs folder, but the changes will not go live on the website until @nnnick updates it after a release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants