In this article we will learn about how to set the Axis Range for X and Y Axis. By default it is picked up from the data. Default View of a generated Chart (Area Chart) based on provided data : Open the visualization where you want to custom define the Axis range. As shown, add
Read More
In this article you will learn about how to rotate the axis. Initially, create or open existing report consist of chart wherein you want to do the same. Also, chart should be axis based. Here, we have used Bar Chart and highlighted region is a axis tick. To rotate the axis tick will require a
Read More
In this article you will learn how to remove highlighted region. In the previous article you have learnt about how to add region on X or Y axis. View of Highlighted Region : To remove the region from a chart there are 2 ways : By applying remove code externally By removing existing code To apply
Read More
In this article you will learn how to remove specific data points. This can be only applied on non- axes charts like pie, doughnut etc. Open the visualization where you want to remove specific data point. Referring to above generated pie chart we have decided to remove data points “Lucknow” and “New Delhi” from the list. The data
Read More
In this article you will learn about how to highlight any region in X axis or Y axis. This is especially useful for benchmarking and comparisons. Now, open the visualization where you want to highlight certain region. Then, add the script, for adding the region in the chart. You will have to define the values wherein
Read More
In this article you will learn about how to rename Axis data points. First, login to the Helical Insight application. Then, open the existing chart report. Also, you can create your own customize report using your data. For your understanding we have used a “Bar Chart”. By default the datapoints or legend is picked up from
Read More
In this article you will learn about how to add X Axis gridlines. Gridlines are especially useful for benchmarking and comparisons. Now, Open the visualization where you want to add X Gridlines. Then, add the script. Also, you will have to define the values wherein you want the lines to be added. Javascript Code : hi_container.set("postExecution",
Read More
In this article you will learn how to add Y Axis gridlines. Gridlines are especially useful for benchmarking and comparisons. Now, Open the visualization where you want to add Y Gridlines. Then, add the script. You will have to define the values wherein you want the lines to be added. Javascript Code: hi_container.set("postExecution", function () {
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