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).
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.