Introduction: In many cases we would like to display the filters values which have been selected at a specific place. So in this blog we would describe how that can be done. Concept: Via dashboard.getVariables(NameOfFilterVariable) we can get the values of the selected filters. Fo what we can do is we can create some HTML
Read More
With every newer version of Helical Insight being launched there might be a need to upgrade Helical Insight to the later versions. This blog will provide step by step guide to upgrade Helical Insight to the later version while keeping all the work and customization’s intact as per the previous version of Helical Insight. We
Read More
In this article you will learn how to add Heading to any chart or tabular report with the ability to customize it. Now, Open the tabular report or visualization where you want to add Label, add the javascript code as shown. Text can be defined in that javascript. Here we have used a “Step Chart”. You
Read More
In this article you will learn about how to add Background Color to a chart using. By default the background color of any chart created via Adhoc is White. Now, to change the background color of a chart will require javascript as well as CSS code. First we will apply javascript code and then CSS style
Read More
In this article you will learn about formatting Axis Chart labels. Various formatting that you can apply are defining font-size, font-family, font-color and font-type. As shown in below chart represent default view of a chart Now, to change the formatting of an axis labels using Helical Insight, it can be achieved through CSS-Style / Javascripts.
Read More
In this article you will learn about how to change the Axis Color. By default the axis color is black. As shown in below image highlighted with red color. Here, we have used “Line Chart”. Moreover you can use other Axis Charts like Area Chart, Bar Chart, Spline Chart, Area Spline Chart, and so on. Default
Read More