Skip to content

How do you set min/max values on the linearAxis/is there a way to customise each y axis scale? #50

@Jennachilla

Description

@Jennachilla

How do you set min/max values on the linearAxis and is there a way to customise each of the y axis scales (for example y axis 1 round ticks to 3dp, y axis 5 round ticks to whole numbers)?

  • Version: Current version
  • Browser: Chrome

I tried this but nothing seems to change with the scales when I add min/max values
elements: { linearAxis: { axisWidth: 10, border: { color: "grey" }, grid: { display: false }, ticks: { color: "grey", includeBounds: true, }, offset: true, min: 0, max: 1 }, },

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions