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

graph evolution of a numeric value over time #17

Open
julien-c opened this issue May 27, 2021 · 4 comments
Open

graph evolution of a numeric value over time #17

julien-c opened this issue May 27, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@julien-c
Copy link

[cross-posting https://github.com/githubocto/flat/discussions/15 in case this is a better place to discuss this]

🧙 The killer feature for me would be to be able to graph the evolution of values over time (i.e. across commits)

i.e. I'm using a Flat action to scrape the number of "things" from an API. I want to graph number of "things" over time 📈

Let me know if I can help!

@Wattenberger
Copy link
Contributor

hey @julien-c! Having visualizations of the data (especially over time/commits) is a great idea! It's a bit of a beast, and so we won't be able to tackle it as a team anytime soon, but I'll leave this issue open in case anyone is interested in taking a stab at it!

@Wattenberger Wattenberger added the enhancement New feature or request label May 28, 2021
@RandomFractals
Copy link

RandomFractals commented Jun 2, 2021

@julien-c you might want to try my Data Preview vscode extension for some basic pivots and plots if you also use that IDE. See features for more info. btw, it runs in CodeSpaces too 😉

Data preview supports loading data from public https data sources. So, you can use github actions to update the data files in your repo and then reload them in Data Preview in a grid or one of the basic charts views.

Just be aware there is currently an issue with the dark data preview UI theme on darwin OS. So, just change that setting to light.

Have fun!

@ribtoks
Copy link

ribtoks commented Jul 21, 2021

This feature would be awesome, I was also looking for it. This is especially relevant for Flat Action that modifies the same file, not appends to it with a "datetime" column.

@RandomFractals I tried Data Preview and it does not show historic values - what @julien-c requested, but thanks for the suggestion.

@RandomFractals
Copy link

@RandomFractals I tried Data Preview and it does not show historic values - what @julien-c requested, but thanks for the suggestion.

I only suggested Data Preview as an alternative data viewer in vscode that also allows you to crate basic charts. It doesn't track data files changes for historic values display, and I don't think I implied that in my comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants