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
data
Highcharts.setOptions
Use Highcharts.setOptions with some options for data. Those should be merged with the chart options.
There is no merge from the defaultOptions in data options.
defaultOptions
https://jsfiddle.net/BlackLabel/hv3geo4b/
9.3.0+
The text was updated successfully, but these errors were encountered:
Fixed #16568, merging global data options with the chart options.
4a4c6a0
Additon to #16568, reset to default options ofter test.
ea862dc
Additon to #16568, code rev changes (remove unused var and simplify c…
5af9e11
…ode).
084d271
c0aa789
e6f12ad
mfilipiec
Successfully merging a pull request may close this issue.
Expected behaviour
Use
Highcharts.setOptions
with some options fordata
. Those should be merged with the chart options.Actual behaviour
There is no merge from the
defaultOptions
indata
options.Live demo with steps to reproduce
https://jsfiddle.net/BlackLabel/hv3geo4b/
Product version
9.3.0+
The text was updated successfully, but these errors were encountered: