You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a dashboard with multiple queries and charts, I'd like to be able to give all or some of them (especially the charts) a title so others can understand what the graph is showing without having to look at the SQL query. So what I ended up doing is having additional queries in between charts such as select '## Users per day' as markdown. It kinda does the job, but it ends up looking a bit weird as the title is then quite far away from the chart itself.
A possible solution could be having an optional title field on the DashboardQuery object. What do you think about that?
The text was updated successfully, but these errors were encountered:
jimmybutton
changed the title
Figure out a way to display a title for individual charts
Figure out a way to display a title for individual queries/charts
Aug 13, 2022
Many thanks for this great package!
When creating a dashboard with multiple queries and charts, I'd like to be able to give all or some of them (especially the charts) a title so others can understand what the graph is showing without having to look at the SQL query. So what I ended up doing is having additional queries in between charts such as
select '## Users per day' as markdown
. It kinda does the job, but it ends up looking a bit weird as the title is then quite far away from the chart itself.A possible solution could be having an optional
title
field on theDashboardQuery
object. What do you think about that?The text was updated successfully, but these errors were encountered: