Sets the color of Tick Marks drawn on the axis. The value of tickColor can be a “HTML Color Name” or “hex” code .
Default: “#666666”var chart = new CanvasJS.Chart("container", { . . axisX:{ tickColor: "red", }, . . }); chart.render();
Also See:
4 Comments
Hi, is it possible to change the tick color of specific dataPoints?
I want to make the first and last tick invisible because i have empty dataPoints there to have more space between grid and dataPoints.
Thanks!
sebastian,
As of now it is not possible to set tick color of individual tick marks.
Hi,
Is it possible to have a wide “container” (like |______| |________| |______|) to clearly delimit each label in a column chart instead of just a dash/dot as in this example?
Many thanks,
Laurent
laurent,
Sorry, this feature is not available as of now.