streamlinesocial / highcharts-regression

Linear and non-linear regression support for highcharts
MIT License
73 stars 64 forks source link

I want to get the return value of "function _linear(data, decimalPlaces)" in "example1-addSeries.html",how to do it? #70

Closed dapsjj closed 4 years ago

dapsjj commented 6 years ago

I want to get the return value of "function _linear(data, decimalPlaces)" in "example1-addSeries.html",how to do it?

phpepe commented 6 years ago

There is an open feature request #54 for returning the equation (and probably the coefficient of determination) by invoking a callback function for example. Is not implemented yet, but its on the plan to do it on next round of improvements. For now its only rendered on the legend

phpepe commented 4 years ago

Duplicate of #54