Skip to content

Error in logarithmic scale online documentation #2673

@glm-mhoulier

Description

@glm-mhoulier

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 } }] } }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions