-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
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
Setting options in AJAX requests #280
Comments
Hey @georgeu2000, I'm not sure there's a way to do this now, but happy to discuss how to make this possible. |
OK, I dug deeper and found that I can pass options directly to the chart control using I think the solution is to be able to pass arbitrary data to the chart control, regardless of whether it is an AJAX request. |
@georgeu2000 We could add a new format to allow for options to be passed in AJAX requests, like: render json: {data: data, min: 0, library: {...}} |
The async feature is completely useless when you have multiple series with custom names on them. Huge +1 for this enhancement to be implemented. |
How to set tooltips?
The text was updated successfully, but these errors were encountered: