I would like to use multiple x axis using HighStocks.
I would like to compare the values from different date periods.
If I am not able to use multiple x-axis I would like to use numbering for example convert all dates to points and use 1,2,3,4,...
Thanks
To remove the date-time formatting in hishstock x axis use xAxis.labels.formatter
If I have to guess, I assume that you data is across different time range and hence you are looking for multiple x-axis, else the other alternative you have is showing time elapsed since start to have a proper comparison for the two series, in this case you want to show raw values like you mentioned. Here you may also want to offset your data so that the values fall in a single x-range as follows
Aligning timeseries data over different timerange | Highcharts & Highstock @ jsFiddle
Having said all the above, the option of having multiple x-axis is possible in highstock
The tooltip and x-labels may need to be reformatted to fix the multiple x-axis case, I leave that to you as exercise 😉
Multiple X-axis | Highcharts & Highstock @ jsFiddle