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

curve fitting on combo chart #1907

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

kedij777
Copy link

@kedij777 kedij777 commented Oct 23, 2023

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior? (You can also link to an open issue here)
Line chart on Combo chart lacks features like curve fitting and other linear styling.
Line Interpolation can't alter degree of curvature.

What is the new behavior?
Applied Linear interpolation to combo chart.
image
Added slidebar to Cardinal and Catmull Rom to change degree of curvature.
curve-fitting

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

@kedij777 kedij777 marked this pull request as draft October 25, 2023 17:05
@kedij777 kedij777 marked this pull request as ready for review October 26, 2023 02:26
@kedij777 kedij777 marked this pull request as draft November 8, 2023 06:31
@kedij777 kedij777 marked this pull request as ready for review November 8, 2023 06:31
src/app/app.component.ts Outdated Show resolved Hide resolved
src/app/app.component.ts Show resolved Hide resolved
src/app/app.component.ts Outdated Show resolved Hide resolved
kedij777 and others added 7 commits January 7, 2024 17:53
Co-authored-by: Yuqing Liu <47932418+Lyq322@users.noreply.github.com>
Co-authored-by: Yuqing Liu <47932418+Lyq322@users.noreply.github.com>
…mponent.ts

Co-authored-by: Yuqing Liu <47932418+Lyq322@users.noreply.github.com>
…mponent.ts

Co-authored-by: Yuqing Liu <47932418+Lyq322@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

None yet

2 participants