-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Stepline chart - choose preferred line interpolation #4313
Closed
tinakuzmenko opened this issue
Mar 8, 2024
· 0 comments
· Fixed by #4320, younginnovations/iatipublisher#1494 or sgkens/velvetvoid#11 · May be fixed by Sheitak/weather-graphics-monitoring#643 or Suivie-Physique/suivi-physique#22
Closed
Stepline chart - choose preferred line interpolation #4313
tinakuzmenko opened this issue
Mar 8, 2024
· 0 comments
· Fixed by #4320, younginnovations/iatipublisher#1494 or sgkens/velvetvoid#11 · May be fixed by Sheitak/weather-graphics-monitoring#643 or Suivie-Physique/suivi-physique#22
Labels
feature-request
New feature or request
Comments
rosco54
added a commit
to rosco54/apexcharts.js
that referenced
this issue
Mar 12, 2024
Provide a "step after" version of the current "step before" line chart. API: Retain the existing "stepline" (Step before) curve type for backward compatibility and denote the new type as "linestep" (Step after). Read these as "step followed by line" and "line followed by step" respectively. Example: stroke: { curve: 'linestep' } Add e2e sample: source/line/linestep.xml and derived (built) samples.
rosco54
added a commit
to rosco54/apexcharts.js
that referenced
this issue
Mar 12, 2024
Provide a "step before" version of the current "step after" line chart. API: Retain the existing "stepline" curve type for backward compatibility and denote the new type as "linestep". Example: stroke: { curve: 'linestep' } Add e2e sample: source/line/linestep.xml and derived (built) samples.
rosco54
added a commit
to rosco54/apexcharts.js
that referenced
this issue
Mar 12, 2024
Provide a "step before" version of the current "step after" line chart. API: Retain the existing "stepline" curve type for backward compatibility and denote the new type as "linestep". Example: stroke: { curve: 'linestep' } Add e2e sample: source/line/linestep.xml and derived (built) samples.
junedchhipa
added a commit
that referenced
this issue
Mar 12, 2024
Implements feature request: #4313
This was referenced May 20, 2024
This was referenced May 26, 2024
This was referenced Jun 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Introduce an enhanced feature for the "stepline" line chart to allow choosing preferred line interpolation style. Currently, the stepline chart defaults to stepping after each data point. This proposal suggests adding an option to enable stepping before the data point, accommodating a wider range of use cases and improving data visualization accuracy.
API Changes
Example of this behaviour is currently present in Grafana:
Intended Use Case
Step after:
Step before:
The text was updated successfully, but these errors were encountered: