Skip to content

Support for Combo Charts in Queries #347

Answered by RamiAwar
vanhaito asked this question in Q&A
Discussion options

You must be logged in to vote

Ah now I see what you mean.

Combo charts are quite a step up in difficulty unfortunately. We do plan on supporting them eventually, but it's not as trivial as other types of charts.

If you're interested in helping us get there, basically the flow is generating ChartJS json using LLMs, but also validating that the SQL generated fits perfectly into whatever template is selected. So in case you're looking at a combo chart, one example of that is 2 line charts overlayed. This means the SQL results should be 3 rows: one is the shared X-axis values, and the other two are the different Y-axis values.

In case of a combo-chart, you're also looking at a more dynamic validation and construction. So …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@vanhaito
Comment options

@RamiAwar
Comment options

Answer selected by RamiAwar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
feature-request New feature or request
2 participants