In this article you will learn about customizing charts and data table using Adhoc of Helical Insight. In Adhoc, a user can generate various reports such as : Tabular Report Chart Report Axis Based chart Non-Axis Based chart Cross-Tabular Report Following are some of the customization which can be applied on table, charts and Cross-Tab
Read More
In this article you will learn about how to remove the Table partitions. Initially login to Helical Insight Application with the provided credentials. Then, create or open any tabular report, in case not available, you can use your data to create a tabular report. Default View of a Table To remove border from a Table
Read More
In this article you will learn about how to change Table Header color of Tabular Report created via Adhoc. By default the header of a Tabular report is white. In order to customize the Table header color, you can do it by adding either CSS or Javascript Code. To apply CSS style, Go to Custom Tab click
Read More
In this article you will learn about how to change Axis Label Color. By default the axis tick color is black. As highlighted in below image. CSS : .c3-axis-x > .tick{ fill:green; // color is customizable } .c3-axis-y > .tick{ fill: red; // color is customizable } OR .c3-axis-x > .tick{ fill: #00ff00;
Read More
In this article you will learn about how to add shadow to a table and give it a 3D appearance. Now, create or open the tabular report wherein you want to add shadow. Default view of a Tabular report Add CSS style in the style box for adding the shadow. ( You can also use
Read More
In this article you will learn about how to do Row Banding for a tabular report. Initially, login to the Helical Insight with the required credentials. Then, you will need to open an existing tabular report or create another tabular report using your data wherein you want row banding. On opening a tabular report where you
Read More