This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-examples.git
commit 40292c8fb0d17a02e58cf29d03e87ad7ac12ebd6 Author: plainheart <y...@all-my-life.cn> AuthorDate: Wed Mar 5 16:44:26 2025 +0800 hide bmap examples due to CSP --- src/common/config.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/common/config.js b/src/common/config.js index 6dcf5ea0..15195394 100644 --- a/src/common/config.js +++ b/src/common/config.js @@ -94,7 +94,17 @@ export const BLACK_MAP = (function (list) { 'globe-with-echarts-surface', 'map3d-alcohol-consumption', 'map3d-wood-map', - 'scattergl-weibo' + 'scattergl-weibo', + // FIXME 由于 CSP 问题,暂时屏蔽 BMap 相关示例 + 'heatmap-bmap', + 'effectScatter-bmap', + 'lines-bmap', + 'lines-bmap-bus', + 'lines-bmap-effect', + 'map-bin', + 'map-polygon', + 'global-wind-visualization', + 'global-wind-visualization-2' ]); const URL_PARAMS = {}; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org