Following are the steps to add a Separator in a dashboard: Step 1: In the Objects category, double-click on the Separator icon Step 2: Select the border width, border style and color and click on save A Separator will appear in the dashboard canvas, which users can locate anywhere in the dashboard and resize it.
Read More
Following are the steps to add a background image in a dashboard: Step 1: In the Objects category, double-click on the Background icon Step 2: Enter the image URL and select other settings like background color and opacity. Then click on save Users could now see that the background image component is added to the
Read More
In this article you will learn about how to implement Interpanel Communication using Dashboard Designer in Helical Insight. In Interpanel communication, when any region is selected from a panel then based on that another panel gets updated. Let us understand with an example. Suppose inter-panel communication to happen between a chart and a table. then follow
Read More
In this article you will learn about how to add a filter in a Dashboard Designer. Open the Dashboard Designer, then drag and drop the required report from the file browser present on the left side. Also, you can search for a particular report using search. After drag and drop of required report, you will see
Read More
In this article you will learn about creating a report using EFW. EFW is a traditional way of creating a dashboard in Helical Insight(HI) is by scripting the entire dashboard, i.e – manually scripting the html and javascript. However, for the dashboard to be able to access the data, visualize it and display it in the
Read More
In this article we will learn how to do panel level customization like, adding the shadows. After logging into Helical Insight, navigate to “Dashboard Designers” Open any of the existing report then click on CSS to add the code. CSS Code: .grid-stack-wrapper { box-shadow: 2px 2px 2px red; } Here is the Output: We can
Read More
In this article we will learn how to fill colors in the image based on certain percentage. After logging into Helical Insight, navigate to “Dashboard Designer“. Then Switch to Advanced Mode to use the HTML, CSS and JavaScript coding. Drag and drop HTML component into the canvas and then click on edit icon to enter the
Read More
In this article we will learn how to add background color in dashboard designer. After logging into Helical Insight, navigate to Dashboard Designer. We can use different background colors for dashboard designer using the below CSS code CSS Code: body { padding-top:10px; padding-bottom:10px; background: green; } Here, we are using green color as background. For More
Read More
In the blog, we will learn how to add a background image to the dashboard. You can add an image as a background for the complete dashboard in Helical Insight. Once you are in the dashboard designer page, right-click select the background option by enabling we get two option either we can give color as
Read More
In this Article we will learn about how to add headings in Dashboard Designer. After logging into Helical Insight, navigate to Dashboard Designer. Then switch to Advance Mode to do dashboard customization using HTML and CSS. HTML Code: <div class="heading" id="heading"> <h1> This is the heading </h1> </div> For styling use the below CSS code CSS
Read More