Home Forums Chart Support How to use fixed Y axis 0-100% Reply To: How to use fixed Y axis 0-100%

#30394

i have data like:

dataPoints: [
{ x: 10, y: 150 },
{ x: 20, y: 400},
{ x: 30, y: 500 },
{ x: 40, y: 2000 },
{ x: 50, y: 814 },
{ x: 60, y: 68 },
{ x: 70, y: 28 },
{ x: 80, y: 34 },
{ x: 90, y: 14}
]

I want to show axisY to 100%. is there any solution.