getredash / redash

Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
http://redash.io/
BSD 2-Clause "Simplified" License
25.93k stars 4.34k forks source link

Smooth line chart support #3184

Open arikfr opened 5 years ago

arikfr commented 5 years ago

In Plotly it's probably Spline.

Blocked by #2988.

kocsmy commented 5 years ago

image

Maybe we could add other options, too?

deecay commented 5 years ago

Area chart with spline would look like this.

deecay commented 5 years ago

Should this be part of "General" setting? or "Series" setting?

kravets-levko commented 5 years ago

@deecay I think it should be both: general setting (which becomes available only for line/area chart types), and ability to override it for each serie - similar to how chart type works

arikfr commented 5 years ago

@deecay it can probably be a new chart type (like line or area), and then it will be in both, as @kravets-levko suggested.

veshus commented 9 months ago

Is any chance to implement this feature?

guidopetri commented 9 months ago

It's on our list, but given the nature of open source work it might be a while before it gets implemented. Happy to accept PRs introducing this functionality though!