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
I tried to use the handle bar of axisPointer on React native iOS app.
option = { title: { text: '折线图堆叠' }, tooltip: { trigger: 'axis' }, xAxis: { type: 'category', data: ['周一','周二','周三','周四','周五','周六','周日'], axisPointer: { snap: true, handle: { show: true, color: '#004E52' } }, }, yAxis: { type: 'value' }, series: [{ data: [820, 932, 901, 934, 1290, 1330, 1320], type: 'line' }] }
When I run this code on web browser, I can see the handle bar of axisPointer but that doesn't display on React native iOS app.
React native version: 0.59.9
How can I get the running Handle bar on iOS app?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to use the handle bar of axisPointer on React native iOS app.
When I run this code on web browser, I can see the handle bar of axisPointer but that doesn't display on React native iOS app.
React native version: 0.59.9
How can I get the running Handle bar on iOS app?
The text was updated successfully, but these errors were encountered: