-
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
DataZoom组件导致 两个散点图会互相影响 #252
Labels
bug
Something isn't working
Comments
方便给一下异常的效果图或者视频吗 |
DataZoom是怎么设置的 |
确认了是有这个问题,谢谢反馈。 |
monitor1394
added a commit
that referenced
this issue
Apr 15, 2023
master已修复提交。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
创建两个散点图,用下面的脚本
没有DataZoom组件的时候正常,一个图数据增,一个图数据减
两个散点图都添加DataZoom组件后会互相影响
`using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using XCharts.Runtime;
public class XchartTest : MonoBehaviour
{
public GameObject obj_distance;
public GameObject obj_angle;
}
`
Originally posted by @shangchengwen in #239 (comment)
The text was updated successfully, but these errors were encountered: