I want to know if there is a easy way to get the value of the area of the curve that I plot using Chart.js.
I know that I can use a line chart and fill the area under the curve "line chart with fill option"
I just want to know if I can get the value of that area without calculating the integral. Thanks!