fdebrain / streamlit-vega-lite-charts

A streamlit web app to generate insightful charts from tabular data.
https://vega-lite-charts.streamlitapp.com/
MIT License
4 stars 5 forks source link

Add line chart type #8

Closed fdebrain closed 2 years ago

fdebrain commented 2 years ago

Is your feature request related to a problem? Please describe. It is currently not possible to draw a line chart when X is not a datetime column

Describe the solution you'd like Add an additional tab (eg: "Line") that would make it possible for users to generate a line chart. Users would select X and Y corresponding to continuous numerical variables. An optional Color column (categorical variable) would allow drawing multiple lines

Additional context The generated plot could look like this: Screenshot from 2022-10-10 21-16-55

utopian-monkey commented 2 years ago

I would really like to work on this

fdebrain commented 2 years ago

Hi @utopian-monkey and thanks for your interest! I'm looking forward to your contribution :)

Don't forget to :star: the repo :)

Also if you see any improvements in documentation (readme, contribution guide) or have any feature requests in mind feel free to open new issues.

Happy coding! :rocket:

utopian-monkey commented 2 years ago

please review my pull request #9