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

Feature: Stepped line charts #373

Open
sun opened this issue Dec 23, 2021 · 0 comments
Open

Feature: Stepped line charts #373

sun opened this issue Dec 23, 2021 · 0 comments

Comments

@sun
Copy link

sun commented Dec 23, 2021

Expected Behaviour

We're trying to implement a stepped line chart, but could not figure out a way to do so yet.

Stepped Line Chart Examples:

The idea is that each data points "sticks" to the next one. The data visualization should not suggest to the user that the values between two data points are changing, but instead, the value of the previous data point remains in effect until a new data point.

A concrete example is a limit of calories intake imposed by a doctor. Unless the doctor gives you a new limit, you have to stick to the current/previous limit. It would be false to assume a higher limit for the timeframe between two data points. Hopefully this mockup helps to convey the difference:

Intake with limit mockup

Actual Behaviour

The line is always diagonal between two data points.

Intake with limit line chart

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

1 participant