We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
And when you clicked it, it would render the chart not the table.
The text was updated successfully, but these errors were encountered:
liuliu-dev
No branches or pull requests
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:
Then on DoltHub with Saved Queries you would get a little chart icon:
And when you clicked it, it would render the chart not the table.
The text was updated successfully, but these errors were encountered: