Where are the html and scripts for dashboard widgets?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2017 07:22 AM
Hello, I would like to modify to look of the widgets displayed on dashboards (Event Management Dashboard, CMDB Dashboard, etc.). Where do i find the html, and supporting scripts of these widgets? I looked in SP Configuration but i did not see them there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2017 07:53 AM
I would advise against attempting to alter widget styling as you risk breaking any Accessibility and/or RTL support any widget may have. OOTB widgets may also have logic that expects certain markup to have certain CSS classes since that's what CSS selectors rely on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2022 04:08 PM
hi @stefaan1 where can I find the script for Save PNG and Save as JPEG button in report for Dashboard.
thanks
santosh oraon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2022 11:36 AM
Hi Santosh,
The button which allows to save charts as an image belongs to the chart itself and is generated by Highcharts.
Highcharts is the third-party library which we use to render charts.
You can find the relevant information on their website: