Skip to content
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

有没有提供一个默认选中某一个值的方法,并且显示弹窗 #221

Open
zjw7sky opened this issue Mar 27, 2018 · 3 comments
Open

Comments

@zjw7sky
Copy link

zjw7sky commented Mar 27, 2018

我看Highcharts 的series的data 有个selected,有选中,但是没有弹窗,必须鼠标过去才看到

类似这样https://code.hcharts.cn/highstock/hhhhio/7

@chaosyan
Copy link

chaosyan commented May 7, 2018

我也遇到了这个问题 ,如果不默认选中一个 会出现空白的问题 或者可以提供一个属性来屏蔽点击底部时间 不然的话 会出现整个绘图区域是空白 @AAChartModel

我已经找到了一种临时解决我所遇到问题的方式 就是 aaPlotOptions.series.events = @{@"legendItemClick":@(false)}; 这样修改一下就好了 因为这个方法相当于重写 legend的点击方法事件 所以具体怎么去实现,这个要具体的去了解一下细节再说 @zjw7sky @AAChartModel

@AAChartModel
Copy link
Owner

嗯,这个看来有必要研究一下了

@NoLiuxin
Copy link

~我也遇到了这个问题 ,如果不默认选中一个 会出现空白的问题 或者可以提供一个属性来屏蔽点击底部时间 不然的话 会出现整个绘图区域是空白 @AAChartModel ~

我已经找到了一种临时解决我所遇到问题的方式 就是 aaPlotOptions.series.events = @{@"legendItemClick":@(false)}; 这样修改一下就好了 因为这个方法相当于重写 legend的点击方法事件 所以具体怎么去实现,这个要具体的去了解一下细节再说 @zjw7sky @AAChartModel

我用的曲线图,为什么按照你的方法设置了之后,整个图标就不显示了?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants