I would like to know how to get the initial x-axis value in the JS Flot library. I know the value of the x axis at the beginning (obviously, because I fill it with my own data), but if you set:
pan: { interactive: true }
How the user can pan the graph ( example here ), and if the user views the graph, the x values ββchange. I looked into jquery.flot.js to find where these values ββare calculated, but no luck.
source share