Forcing the y axis max value to be the max value you set in the valueAxes settings

0 Answers 84 Views
Charts
Joshua
Top achievements
Rank 1
Joshua asked on 13 Aug 2021, 07:24 PM

Is there a way to have the y axis max value be a fixed value on the chart.

I have set the max value to be 100:


                     {
                            name: percentAxis,
                            title: {
                                text: "%"
                            },
                            labels: {
                                position: 'first'
                            },
                            min: 85,
                            max: 100
                        }

 

But when the chart is rendered i get this:

Georgi Denchev
Telerik team
commented on 18 Aug 2021, 10:50 AM

Hi, Joshua,

Generally speaking, the max value should also be displayed on the chart, example:

https://dojo.telerik.com/@gdenchev/aTUYineB 

Could you please provide a runnable dojo with the chart configuration, where the problem can be observed? This should give me an idea as to what the problem may be.

I'll be looking forward to your reply.

No answers yet. Maybe you can help?

Tags
Charts
Asked by
Joshua
Top achievements
Rank 1
Share this question
or