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

Charts in Saved Queries Tab #544

Open
timsehn opened this issue May 23, 2024 · 0 comments
Open

Charts in Saved Queries Tab #544

timsehn opened this issue May 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@timsehn
Copy link

timsehn commented May 23, 2024

This was inspired by customer call with the folks that build a thing called ChartSQL. It's not released yet but there is an opportunity to partner.

The idea is, in SQL comments you can put chart configuration and then a tool will render the charts. So for DoltHub we could leverage saved queries.

So, in SQL as a saved query, you would have something like:

-- @type: line
-- @scale: 10
select (date, value) from t;

Then on DoltHub with Saved Queries you would get a little chart icon:

image

And when you clicked it, it would render the chart not the table.

@timsehn timsehn added the enhancement New feature or request label May 23, 2024
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

2 participants