...
To be able to achieve something like this, follow the instructions below:
Click ‘Dashboard Configuration>Themes' and select the theme used in your dashboard on the left-hand side
After selecting the theme, click ‘Chart Panel’
You will now need to make changes to this tag
.pi-style__chart-panel .pi-style_chart-panel_chart-link-button
if the button links to another chart and.pi-style__chart-panel .pi-style_chart-panel_category-link-button
if it links to a category.We added the following formatting:
background - add the grey shading
border-radius - adds the rounded corners
color - changes the colour of the text
font-size - controls the size of the link button text
font-weight - changes how thick the lettering is (similar to making it bold)
text-align - controls the alignment of the text
padding-bottom - adds padding beneath the text
...