You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2019/11/05 03:11:27 UTC

[GitHub] [incubator-echarts] buliar edited a comment on issue #11546: Toolbox data display abnormal while using dataset values

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org