Adding Logo/Image to a dashboard
Download: Image Widget
Introduction
This article shows how to install and use the image widget plugin. This will enable you to insert images into a dashboard.
Install the Image Widget:
Download the attached zip file.
Extract the folder contained within the zip file (folder name: imageWidget) and place it under the plugins folder (If this folder doesn't exist, create it.)
- For versions V7.1.3 and lower the path is C:\Program Files\Sisense\PrismWeb\plugins\
- For versions 7.2 and higher the path is C:\Program Files\Sisense\app\plugins\
How to use the Image Widget:
Click the drop down widget selector menu, and pick the imageWidget. (Highlighted in the picture)
In the design section of the widget:
- First text field: Enter the URL of the image you'd like to display.
- Second text field : Enter the URL that you wish to link to upon user click on the image, or leave empty
- Click Apply, and your image should now be displayed in the dashboard
- For versions V7.1.3 and lower, see the 2nd comment of this article for instructions
- For Versions V7.2 and higher, place the image you want under C:\Program Files\Sisense\app\resources\Images (if Images folder doesn't exist, create it) and the url to put in the Image URL field is: \resources\Images\pictureName.jpg (png/gif)
- To locate file extension, right click the image in your file explorer then select properties. In the general tab locate the type of file and use that extension in the file path when uploading the image to Sisense.
-
Roopa, I am happy to help. We did run into the issue which is why I am copied on the comments to this page. (My company ran into this back in May). Hope you find a solution that works.
Note: The update from 7.2 to version we were on didn't take very long and all of our plugins started working immediately. That being said, none of them were working when we had that issue.
As a last suggestion: Did you try to disable the plugin from the admin panel and then enable it again?
Thanks -
-
@James Monnier - That did it. You helped solve my issue. Thanks so much. So there were 2 issues, after trying to download and install imageWIdget 3-4 times over the past 2 months(it was suggested in the forums to download and reinstall to get the plugins to work) I had several instances of the plugin which I saw in my admin panel(The plugins folder itself had only one folder for each plugin, with prev versions renamed). So I disabled the old instances, left the latest on and tried, didn't work. Then I disabled and enabled the plugin again and then the widget started working for me.
So, thank you again.
-
Hi,
We are having issues with this plugins : enabling it is bocking PDF exports and email reports (even if the requested emails has no PDF attachments.
We are on 7.2.1.11001. I downloaded the latest version of the plugin available from this post. I tried to uninstall and reinstall the plugin, I tried to access the image from a full URL or by storing the image on the server. It never works ... Anyone already experienced this ? Everything is fine with 7.0.
Best,
David.
-
Hi Mark,
It will take some plugin work to add that natively but to get what you are looking for today, you can use the following widget-level script:
widget.on('ready', function(se, ev){
$(element).css('background-color','#1972DB'); //changes the widget's background
})With this code, the color of the background of that particular widget is changed to #1972DB (blue). You can change this to whatever hex color you would like.
Before:
After:
Hope that helps!
Kind Regards,
Katie Garrison | Technical Solutions Consultant -
Hi @David Hertzberg,
I just tested this plugin on Sisense Version: 7.2.1.13003 and PDF exports were successful.
Please try disabling the following and try the PDF export again:
- All dashboard level scripts
- Widget level scripts
- Other community plugins
Also, create a standalone dashboard with just the image widget and export as PDF to see if it is able to be exported on its own.
If these steps do not resolve the issue you are facing please create a support ticket so that a support Agent can assist you in this specific issue.
Thanks,
Katie Garrison | Technical Solutions Consultant -
My staging environment is on 7.4.1. The image widgets currently look like the image below- just 3 dots and constantly trying to load. I cannot click the edit pencil or 3 dots, they are grayed out so I cannot delete this widget. This is causing PDF issues on my dashboard.
Has anyone seen this? I am hesitant to upgrade my Production environment to 7.4 if dashboards with images will become unusable.
-
We are having the same issue as Jessica reported above. We are on version 8.0.1. When loading a dashboard with an image widget, the widget just tries to load - the 3 dots. Cant cancel the loading, it never times out, cannot modify or delete the widget.
I have tried turning the plugin off and on, deleted and readded the widget, rebooted the server.
Even with the plugin turned off, it still keeps trying to load and will not allow us to delete the widget.
The URL I have in a test dashboard is:
https://www.optimahcs.com/files/optima/bi.html
Please sign in to leave a comment.
Comments
75 comments