ChartsOrg / Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
Apache License 2.0
27.51k stars 5.99k forks source link

Feature request: Option to include Trend line #1190

Open StallionV opened 8 years ago

StallionV commented 8 years ago

Would be great to have an option to include Trend Line for Charts

liuxuan30 commented 8 years ago

what you mean by include?

StallionV commented 8 years ago

I am not aware of a current option for line or bar charts that helps you to generate trend lines for the data. That's what I am referring to

liuxuan30 commented 8 years ago

that's your own algorithm or fomula to calculate the trend line, this can get very complicated, or no body want to use a simple default one. as y = kx + b and y = c0x + c1 * x^2 + ... cn * x^n is very diffrent. I used to write some trend lines, but those parameters are calculated by server.

StallionV commented 8 years ago

ok. Will give that a shot