You must be logged in to post your query.
Home › Forums › Chart Support › How can I show only "Date & Month" in X axis in area spine chart?
Tagged: Area Spine chart, Canvas js
I need to show only “Date and Month” in X- axis in area spine chart. For e.g Currently it shows values (2010-10-05, …) values in x-axis but I need to show it (like 5 October, 2 February).
Kindly help, it’s very urgent.
@chandumahara,
Setting valueFormatString to “DD MMMM” will show date and month in axis labels. Please refer documentation page for more customization options.
If this doesn’t fulfill your requirement, kindly create JSFiddle with sample data and share it with us so that we can look into the code, understand the scenario better and help you out.
— Vishwas R Team CanvasJS
You must be logged in to reply to this topic. Login/Register