Skip to content

Setup min and max for axis #202

Open
@KhanFromChedum

Description

@KhanFromChedum

Describe your question

I want to know how to setup min and max value for axis.

Which Blazor project type is your question related to?

  • Server-Side

Which charts is this question related to?

My question is related to scattered chart

JavaScript equivalent

options: {
    scales: {
        yAxes: [{
            ticks: {
                suggestedMin: 50,
                suggestedMax: 100
            }
        }]
    }

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