I need to output a plot on page, and I\'m considering Highstock or Highcharts to implement this. Highstock interface is more preferable due to navigator pan
Below X Axis formatter can be used with high Stock for displaying numbers in X-Axis:
X Axis
X-Axis
xAxis: {labels: { formatter: function () {return this.value;}} }