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
When dragging, the guideBox CSS styles should be applied.
Styles are not applied because in the code the "className" property is not valid (it should be "class").
https://jsfiddle.net/BlackLabel/ow2vta9c/
Change the "className" property to "class": https://jsfiddle.net/BlackLabel/2h75za6m/
Highcharts 10.3.3
The text was updated successfully, but these errors were encountered:
Fixed #18443, changed className property for guideBox.
16acf0b
e5beed0
ddragula
Successfully merging a pull request may close this issue.
Expected behaviour
When dragging, the guideBox CSS styles should be applied.
Actual behaviour
Styles are not applied because in the code the "className" property is not valid (it should be "class").
Live demo with steps to reproduce
https://jsfiddle.net/BlackLabel/ow2vta9c/
Workaround
Change the "className" property to "class": https://jsfiddle.net/BlackLabel/2h75za6m/
Product version
Highcharts 10.3.3
The text was updated successfully, but these errors were encountered: