mayfield commented on issue #15585: URL: https://github.com/apache/echarts/issues/15585#issuecomment-1125486681
> Are there any updates to this issue ? Would really be awesome to be able to disable an entry in the series by default ( while the user can enable them via the legend if they wish to ) The exact api and the behavior would be like this https://stackoverflow.com/a/16319869 Found this a little surprising too. Nearly everything in the options has `show: <boolean>` except for series. For now I'm just calling `chart.dispatchAction({type: 'legendUnSelect', name: 'foo'});` immediately after creating my chart and then programatically using the `legendToggleSelect` action when my custom show/hide mechanism is activated. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
