buliar edited a comment on issue #11546: Toolbox data display abnormal while 
using dataset values
URL: 
https://github.com/apache/incubator-echarts/issues/11546#issuecomment-549614334
 
 
   hello @yufeng04 , I tried copy very simple toolbox options in this 
[example](https://www.echartsjs.com/examples/zh/editor.html?c=dataset-simple0), 
but dataView display NaN. Could you help me make it work fine?
   I use the following toolbox options.
   ```js
       toolbox: {
           show : true,
           feature : {
               dataView : {show: true, readOnly: false},
               magicType : {show: true, type: ['line', 'bar']},
               restore : {show: true},
               saveAsImage : {show: true}
           }
       },
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to