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

Not displaying the handle bar of axisPointer in iOS app #163

Open
Allwithyou999 opened this issue Jul 4, 2019 · 0 comments
Open

Not displaying the handle bar of axisPointer in iOS app #163

Allwithyou999 opened this issue Jul 4, 2019 · 0 comments

Comments

@Allwithyou999
Copy link

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?

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

No branches or pull requests

1 participant