fix: 修改水球图编辑和颜色跟随变换

This commit is contained in:
奔跑的面条
2022-05-02 23:33:39 +08:00
parent 55f59f9f2d
commit dee6aa6754
5 changed files with 26 additions and 15 deletions
@@ -28,6 +28,9 @@
<li>
<n-text type="info"> 表格{{ rankListUrl }} </n-text>
</li>
<li>
<n-text type="info"> 0~1数字{{ numberUrl }} </n-text>
</li>
</ul>
</n-tooltip>
</template>
@@ -65,7 +68,7 @@ import { ref, toRefs } from 'vue'
import { icon } from '@/plugins'
import { SettingItemBox } from '@/components/Pages/ChartItemSetting'
import { RequestHttpEnum } from '@/enums/httpEnum'
import { chartDataUrl, rankListUrl } from '@/api/mock'
import { chartDataUrl, rankListUrl, numberUrl } from '@/api/mock'
import { http } from '@/api/http'
import { SelectHttpType } from '../../index.d'
import { ChartDataMatchingAndShow } from '../ChartDataMatchingAndShow'