We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While using Highcharts with 'datetime' xAxis, we get automatic configuration based on a time interval.
On picture above I get sexy labels on xAxis, but my data serie has a value for each day!
While using your adapter with data for each day I get picture below(automatic configuration based on a time interval do not work):
The text was updated successfully, but these errors were encountered:
Furthermore, if we will try to get extremes for x axis in this case, it'll return wrong values, but should return timestamps.
Sorry, something went wrong.
The solution is to correct map the store with the series like in: http://joekuan.org/demos/Highcharts_Sencha/docs/#!/api/Chart.ux.Highcharts.Serie
No branches or pull requests
While using Highcharts with 'datetime' xAxis, we get automatic configuration based on a time interval.
On picture above I get sexy labels on xAxis, but my data serie has a value for each day!
While using your adapter with data for each day I get picture below(automatic configuration based on a time interval do not work):
The text was updated successfully, but these errors were encountered: