Skip to content

Line series squeeshed #665

Discussion options

You must be logged in to vote

Nevermind -- found the solution in the docs!

const firstSeries = chart.addLineSeries({
    autoscaleInfoProvider: () => ({
        priceRange: {
            minValue: 0,
            maxValue: 100,
        },
    }),
});

Thanks anyone who looked into this!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andersonf78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant