Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Trendline for Line and Scatter Charts #1887

Open
inmanator opened this issue Sep 6, 2024 · 1 comment
Open

[Enhancement]: Trendline for Line and Scatter Charts #1887

inmanator opened this issue Sep 6, 2024 · 1 comment

Comments

@inmanator
Copy link

Application/Team

no IBM Team

Summary

Your Charts lacks of drawing the trendline of the values on the charts. But, this is a simple thing to do.
It is possible to calculate and it manually. But, it should be a parameter: trendline: true. Maybe some additional configurations, like color, transparency, line type...

Justification

It is quite obviously why it is needed. A trendline should be a built-in feature for charts.

Desired UX and success metrics

Ideally, it should be a object in the options.js like:

trendline: {
   enabled: {
      'key': true,
   },
   color: {
      'key': #hex,
   },
   transparency:{
      'key': 80,
   }
}

"Must have" functionality

At least "enabled" features with 'parent color'.

Specific timeline issues / requests

1st of December 2024

Available extra resources

No

What priority level would this issue be in your opinion?

P3

@SwarnalathaMunukutla
Copy link

hi would like to work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants