InetSoft's dashboard software gives users the ability to add images to a dashboard display images such as company logos or illustrative icons. The drag and drop designer gives visualization creators the ability to apply corporate design templates and control layouts to the pixel. View the example below to learn more about the Style Intelligence solution.
You can dynamically set the image file (gif, jpg, etc.) of an image component using a variable or an expression. Follow the steps below:
if(condition) { 'image1.gif'; } else { 'image2.gif'; }
You can specify an image by the uploaded image name (e.g., 'image1.gif') or a resource path on the server (e.g., '/library/image1.gif').
The Image component now displays the specified image file.
Copyright © 2023, InetSoft Technology Corp.