-
Notifications
You must be signed in to change notification settings - Fork 16
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
Responsive #73
Comments
Could you create a jsFiddle with this issue? I am not sure what do you mean by "not rendered properly". Demo: https://jsfiddle.net/7m3Mr/359/ - as expected, some of the annotations are linked to x/y values, and their positions are the same as values (eg "drag me horizontaly"). Other annotations are rendered using pixels positions and those positions are not changed (eg "drag me anywhere"). |
when i create some annotation and save them in my database. then go to some other device with difference screen resolution then annotations dont get rendered properly. |
Could you show me an example of that saved annotation? I mean the configuration object. |
[{"xAxis":0, }, }, }, |
Thanks! Here are two demos with different widths: Both demos work looks the same on mac and mobile device. Could you update one of the demos above to reproduce the issue? Thanks! |
the shapes are not rendered properly if the screen width changes. any quick fix for this issue?
The text was updated successfully, but these errors were encountered: