Changing the position of the Link icon in single Card widgetBy using CSS, you can change the position of the link or navigation icon of the single card widget. This icon denotes that the widget has linked with another dashboard/URL. Refer to the user guides of Linking feature for the dashboard and how to show the Link (Or Navigation) icon in Dashboard Viewer for more details. Refer to the following style tag to change the bottom and right values of the link icon, where the Dashboard Viewer is embedded using the Dashboard Platform SDK. <style> .e-control-singleCard{ height: 100% !important; } .e-dashboardviewer .e-dbrd-link-enable{ position: absolute; bottom: 0px; /* Set the position of the icon from Top */ right: 0px; /* Set the position of the icon from Right */ } </style>
To override the above style tag in Dashboard Server, apply the above CSS in the index.cshtml file, which is available in the following location. C:\Syncfusion\Dashboard Server\DashboardServer.Web\Views\FileRender\
The following image illustrates the link icon that is placed at bottom-right corner position of the single card widget instead of top-right corner (default). |
This page will automatically be redirected to the sign-in page in 10 seconds.