In this blog, we will see how to customize the legends in axis charts. This will work on most of the axis chart like bar, line, area line, area spline, stacked etc. The legends customization script is used to change the position of the legend or to hide the legend altogether. In order to apply
Read More
In this blog, we will see how to show data labels of axis charts in Helical Insight. This will work on most of the axis chart like bar, line, area line, area spline, stacked etc. In order to apply customization, click on “Customize” button on report create or report edit page. Double 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