plainheart commented on issue #15256: URL: https://github.com/apache/echarts/issues/15256#issuecomment-870146030
`L` is in your global context, it will be `window` when running in the browser. To set max bounds, you could get the leaflet instance after initializing ECharts, and then invoke its method `setMaxBounds`. This is a plugin contributed by a community developer, it's better to ask the original author. -- 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]
