I want to Y value to counted as 100%.
Actually my Data looks like this:
dataPoints: [
{ x: new Date(), y: 150 },
{ x: new Date(), y: 400},
{ x: new Date(), y: 500 },
{ x: new Date(), y: 2000 },
]
`axisY: {
suffix: “%” // this should be calculated to 100% of Y values.
},`