派生自 wuyushui/SewerAndRainNetwork

yangdelong
2021-05-27 2580545be3ba0b7070d1497c2711de7d435ed02b
src/components/LayerController/logic/EnvironmentRisk.js
@@ -72,6 +72,10 @@
  }
  /**
   * 环形饼图
   * @param properties
   */
  function chartRender (properties) {
    const qyId = properties.QY_ID
    const qyjc = properties.QY_JC
@@ -98,7 +102,7 @@
        {
          type: 'text',
          left: 'center',
          top: '35%',
          top: '43%', // 设置环形文字的top位置
          style: {
            text: num,
            textAlign: 'center',