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
For example I want to see data on jan 01, is it possible to programmatically set x axis to that data without moving cursor?
The text was updated successfully, but these errors were encountered:
Found the solution here https://github.com/rrag/react-stockcharts/blob/master/src/lib/scale/evaluator.js#L53 We can override data for clamp as a function. I've made closure for clamp so it can access additional tracking data.
@rrag , thank you for sharing the code) It is very delicious
Sorry, something went wrong.
@Tusenka, do you mind sharing a snippet of the code you used to implement setting the X Axis to a certain date? Thanks in advance!
No branches or pull requests
For example I want to see data on jan 01, is it possible to programmatically set x axis to that data without moving cursor?
The text was updated successfully, but these errors were encountered: