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

Setup min and max for axis #202

Open
KhanFromChedum opened this issue Jan 13, 2022 · 0 comments
Open

Setup min and max for axis #202

KhanFromChedum opened this issue Jan 13, 2022 · 0 comments
Labels
question Further information is requested

Comments

@KhanFromChedum
Copy link

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
            }
        }]
    }
@KhanFromChedum KhanFromChedum added the question Further information is requested label Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant