停靠弹窗的位置

尝试一下在线预览

Popup 微件默认包含一个图标 dock-btn (点击时)将弹出窗口停靠在 视图 的角落。此示例演示可以使用的一些对接选项。这是通过弹出窗口上的 dockOptions  属性完成的。

         
1
2
3
4
5
6
7
8
9
view.popup = {
  dockEnabled: true,
  dockOptions: {
    // Disables the dock button from the popup
    buttonEnabled: false,
    // Ignore the default sizes that trigger responsive docking
    breakpoint: true
  }
};

地图 显示了波士顿地区街区群体的人口统计数据。大小用于表示 2015 年 16 岁及以上失业人口的规模,而颜色用于表示 2015-2020 年的人均收入增长。浅绿色表示收入增长较慢,黄色表示收入增长较快。

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.