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
请问如何给双轴图动态地(比如说点击plot时)添加标记? 我使用addAnnotations方法给双轴图添加标记,但是是失效的 所以,请问有没有什么方法添加标记
Please provide a link by forking these links g2plot or GitHub repo. What is a minimal reproduction, and why is it required?
The text was updated successfully, but these errors were encountered:
传进去的参数格式有问题,应该是 Annotation,例如 目前双轴图等具有分view的图表使用addAnnotations,annotation会固定在左下角,等request通过了就可以指定view添加annotations,并且位置可以调整。
Sorry, something went wrong.
connono
Successfully merging a pull request may close this issue.
🐛 Question description [Please make everyone to understand it]
请问如何给双轴图动态地(比如说点击plot时)添加标记?
![image](https://user-images.githubusercontent.com/48612445/150454191-28da49c8-d32a-4894-a0bf-006557e69501.png)
我使用addAnnotations方法给双轴图添加标记,但是是失效的
所以,请问有没有什么方法添加标记
💻 Link to minimal reproduction
Please provide a link by forking these links g2plot or GitHub repo. What is a minimal reproduction, and why is it required?
🏞 Expected result
🚑 Any additional [like screenshots]
The text was updated successfully, but these errors were encountered: