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

Toolbox data display abnormal while using dataset values #11546

Closed
buliar opened this issue Nov 1, 2019 · 5 comments
Closed

Toolbox data display abnormal while using dataset values #11546

buliar opened this issue Nov 1, 2019 · 5 comments
Labels
bug difficulty: easy Issues that can be fixed more easily than the average. duplicate en This issue is in English priority: normal

Comments

@buliar
Copy link

buliar commented Nov 1, 2019

WechatIMG131

@yufeng04
Copy link
Contributor

yufeng04 commented Nov 1, 2019

Toolbox data display normal in this example. Maybe you should check your own code.

@buliar
Copy link
Author

buliar commented Nov 5, 2019

hello @yufeng04 , I tried copy very simple toolbox options in this example, but dataView display NaN. Could you help me make it work fine?
I use the following toolbox options.

    toolbox: {
        show : true,
        feature : {
            dataView : {show: true, readOnly: false},
            magicType : {show: true, type: ['line', 'bar']},
            restore : {show: true},
            saveAsImage : {show: true}
        }
    },

@Ovilia
Copy link
Contributor

Ovilia commented Nov 5, 2019

Yes, this should be a bug. @buliar

@Ovilia Ovilia added bug difficulty: easy Issues that can be fixed more easily than the average. en This issue is in English priority: normal labels Nov 5, 2019
@LianJilu
Copy link

There is a error warning, this bug caused by using assembleSeriesWithCategoryAxis func, and dataset do not have y dimension, maybe i can fix it.
image

@Ovilia
Copy link
Contributor

Ovilia commented Mar 2, 2020

Duplicate of #7533. This will be fixed in the next release.

@Ovilia Ovilia closed this as completed Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug difficulty: easy Issues that can be fixed more easily than the average. duplicate en This issue is in English priority: normal
Projects
None yet
Development

No branches or pull requests

4 participants