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

Error: Cannot read property 'eachItemGraphicEl' of undefined #4944

Closed
jarben opened this issue Jan 16, 2017 · 1 comment
Closed

Error: Cannot read property 'eachItemGraphicEl' of undefined #4944

jarben opened this issue Jan 16, 2017 · 1 comment
Labels

Comments

@jarben
Copy link
Contributor

jarben commented Jan 16, 2017

Version: 3.4.0

This error shows when pointer:{show:false} is used:

option = {
    series: [
        {
            type: 'gauge',
            pointer:{
                show:false
            },
            detail: {formatter:'{value}%'},
            data: [{value: 50, name: '完成率'}]
        }
    ]
};

image

@xuchaobei
Copy link

I also meet this issue after upgrading to version 3.4.0.

@pissang pissang added the bug label Jan 17, 2017
@100pah 100pah closed this as completed in c5af341 Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants