Can someone give me guidance on how I can customise widgets in Syncfusion. For Example if I drag a bar chart widget in designer and click to show values, I can't see an option where I can make font size of those values bigger. So is there any way I can do this in dashboard designer or do I need to purchase some add-ons to be able to do this? Any help would be greatly appreciated.
Customising widgets through Syncfusion Dashboard Designer platform
160 views Asked by user10200276 At
2
@user10200276: We can customize the font size of the Dashboard Widgets by overwriting the CSS style in Dashboard Server level. Find the documentation link for CSS class details and its usage for applicable Dashboard Widgets. Just add the required style class in the following Server locations for customizing the Font.
Server Installed Location:
C:\Syncfusion\Dashboard Server\DashboardServer.Web\Views\FileRender
C:\Syncfusion\Dashboard Server\DashboardServer.Web\Views\EmbedFileRender
In the above locations, 2 CSHTML files will present as like in the attached image.
[
Open both files, move to the style tag, include the required styles and save the file.
[
Now refresh the server in IIS manager and check the changes in browser by clearing the cache memory(i.e. Ctrl + F5).
The following CSS style classes are used to customize the Bar Chart widget.
Reference Screenshot: