6 Answers
Hello Rui Thank’s for this very interesting course. Could you tell us how to enlarge the chart in UI. The standard size is rather small. Thank you
Hi, I’ll take a look on that subject later tomorrow and share the solution with you. In which device would you like to increase the size? In desktop browser or mobile? Thanks!
First you need to drag a Template node from the UI menu. Then select the tab that has the chart and copy the following code: <style>@media screen and (min-width: 800px){.group-card { width: 500px !important;}}</style>
The 500px is the size of your chart in a device that has a width of 800px or more.