Donut chart title edit


How can I automate the title according to the group(currently it is working default way) but I want to edit it and change name and update the font?

Hello @akashmanjunatha123 !

If you are looking to update your visual’s title I would recommend checking out “Exercise 12 - Rename Visual Titles” in the Quicksight Authorship Workshop! You can also use Parameters in visualization titles for more customization.

1 Like

Hi @akashmanjunatha123 - as @duncan mentions, you can use parameters in your visual titles. In this case, it sounds like “Group” might be a filter control on your dashboard, and you’d like to automatically update the title of this visual depending on which value of “Group” is selected in the filter. Is that right? You’ll have to create a new string type parameter. Add this parameter as a control, and link it to the dataset field “Group.” Then, add a filter to your visual, set type to “custom filter,” and check “use parameter.” This means whatever value is selected in your parameter control gets passed into the filter. Finally, edit the chart title, and insert the parameter either via the UI, or by typing in ${ParameterName} wherever you want it in the text. Now, this portion of the visual title will receive the same value as the filter on the visual, governed by the parameter control.

2 Likes

Hey @akashmanjunatha123 !

Did my or @crease’s comments help you solve the issue you ran into, and if so could you mark one of them as a solution?