By default when we create a line chart in Helical Insight version 5.0 onwards it has got sharp edges. But from version 5.2 (5.2.0.1473 GA) a new property has been introduced which can allow to create line charts with smooth edges. Usage: Create a line chart report. For example here we are created a report
Read More
In this blog, we have learned about how to create Grid chart visualization in Open Source BI Helical Insight application version 5. Now we will see one additional feature called “Combine”. In grid chart, when more than one measure is present then it creates multiple set of charts. For example if you see below image,
Read More
These, as the name suggests, will be applicable for your axis charts like: Line Charts, Bar Charts, Area Charts etc. These options help you to manage your grid and axes of your charts like you can do things like enable disable grid lines, rotate the axis tickes by a specific angle for easier readability, specify
Read More
NOTE: From version 5.2.1 onwards, we have added one more property which allows to add “Total” at the centre of Donut chart. That part we will be covering towards the end of the blog. This article show you to how to display percentage values on a pie chart. From RC2 i.e GIT830 build of version
Read More
In this blog, we shall show how to convert a scatter chart into a bubble chart in Helical Insight. There are various customization scripts available for different visualizations in Helical Insight. We have created a customization to adjust the bubble size based on the measure selected. You can download this customization script: BubbleSizeCustomization.script 1 Place this script
Read More
In certain cases you may want to display the total value at the centre of the donut chart. In this blog, we shall see how to add title that displays the total at the centre of the donut. The “Title Settings” customization script is used to show the value of the measure in donut chart.
Read More
In this blog, we will see how to customize the color of axis charts in Helical Insight. This will work on most of the axis chart like bar, line, area line, area spline, stacked etc. The steps mentioned in the below are the same. In order to customize the color of the chart, click on
Read More
In this blog, we will see how to use combination chart in Helical Insight. This will work on most of the axis chart like bar, line, area line, area spline, stacked etc. The steps mentioned below are the same. Sometimes, we have 2 measures that we want to depict on the same chart and
Read More
In this blog we are going to learn how to implement inter panel communication on charts i.e. clicking on one chart the other panels of the dashboard should get updated. In case if you want to implement inter panel communication on table you should refer to this blog For using Inter-panel communication functionality, user needs
Read More
This blog explains how to customize D3 charts I.e. adding target lines other than axis lines and change background color of particular region. Consider the below chart which plots dots based on the data related to ‘Confidence’,’Assessment’ and ‘Awareness’ Add Target lines If we want to add target lines on Y axis at particular places,
Read More