Sfoglia il codice sorgente

update 3d 基本改完

pull/8/head
lb 1 anno fa
parent
commit
d3da712572
3 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. +1
    -1
      src/views/3DOverview/components/DianChart.vue
  2. +1
    -1
      src/views/3DOverview/components/FadianChart.vue
  3. +3
    -3
      src/views/3DOverview/index.vue

+ 1
- 1
src/views/3DOverview/components/DianChart.vue Vedi File

@@ -31,7 +31,7 @@ export default {
}
},
data() {
const colors = ['#5470C6', '#EE6666', '#339888']
const colors = ['#E02094', '#F0D63C', '#1A99FF']

// const computeInterval = numArr => Math.floor(numArr.reduce((p, c) => p + c, 0) / numArr.length / 10) * 10
let data = [


+ 1
- 1
src/views/3DOverview/components/FadianChart.vue Vedi File

@@ -43,7 +43,7 @@ export default {
color: '#fff9'
}
},
color: ['#59CBE8', '#E93CAC', '#FF7345', '#9452FF', '#6A6E87', '#52FFF1'],
color: ['#E02094', '#F0D63C', '#1A99FF'],
grid: {
top: '30%',
left: 0,


+ 3
- 3
src/views/3DOverview/index.vue Vedi File

@@ -1,8 +1,8 @@
<template>
<div id="v3d-outter" ref="v3d-outter">
<!-- <V3DApp @3d-loaded="handle3DLoaded" /> -->
<!-- <div v-if="showPage" id="v3d-main-content"> -->
<div v-if="true" id="v3d-main-content">
<V3DApp @3d-loaded="handle3DLoaded" />
<div v-if="showPage" id="v3d-main-content">
<!-- <div v-if="true" id="v3d-main-content"> -->
<techy-header :head-title="'合肥新能源数字工厂总览'" @toggle-full-screen="toggleFullScreen" />

<section id="techy-body-part">


Caricamento…
Annulla
Salva