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
Helical Insight automatically identifies all the already existing joins, type of joins and columns used in current connection. Over and above that a user has the option to create new joins between any column of any table. Based on the kind of Primary Keys and Foreign keys present at the database it will show you
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
In this article, we will be providing an overview of Adhoc. On the left side we have list of tables and columns. There is a selection panel in which user can drag and drop any column from any table or double click on column name and create report. Quick search can be also used for
Read More
In this article you you will learn how to change the Axis Color. Initially login to Helical Insight with the provided credentials. Then, open or create new chart report. In case report not available, you can use your data to create various axis chart report using Helical Insight. Various charts like Bar chart, bubble chart,
Read More
In this article you will learn how to transform adhoc charts into other charts using scripts. Open or create a chart report using Adhoc. Also, with your data you can create your own customize report using Helical Insight. For your understanding, we have used a bar chart. Default View of a Generated Chart Here, we
Read More
In this article we will provide you the complete overview of Filters. Filters can be used to filter data, for instance based on date range or product name or salesperson etc. Any column of any table can be used as filter. To add as filter, either drag and drop column into filter canvas, or double
Read More
In this article you will learn about how and where to add CSS-styles and Javascript code in Helical Insight. First, login into the Helical Insight with the provided credentials. Go to Adhoc Page then select create report / quick report. Based on report selected by the user say create report, then provide metadata path and you will
Read More
In this article you will learn how to remove existing Axis Label. The above chart shown is an “Area Chart” and is a default view of generated chart report. The values displayed on X and Y axis are the axis labels. Here we have to hide these labels. It can be achieved using CSS and
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