update 3d techy-bar

This commit is contained in:
lb
2022-11-21 15:22:04 +08:00
parent 41fba93d47
commit 6df938da04
5 changed files with 303 additions and 419 deletions

View File

@@ -281,7 +281,7 @@ import TechyAnalysisHeader from './components/TechyAnalysisHeader.vue'
import PlFaultAnalysisPieChart from './components/charts/PlFaultAnalysisPieChart.vue'
import { mapGetters } from 'vuex'
import screenfull from 'screenfull'
import NewBar from './components/charts/newBar.vue'
import TechyBar from './components/charts/TechyBar.vue'
import NewLineStack from './components/charts/newLineStack.vue'
@@ -298,7 +298,6 @@ export default {
TechyTable,
// FaultCategoryChart,
PlFaultAnalysisPieChart,
NewBar,
TechyBar,
NewLineStack
},