no message
Former-commit-id: a08d34603c5eb7e07385f9b16d2db94d521979eb Former-commit-id: ac6e15f91b759a7b3688ec5520f52306dfcbd8bd Former-commit-id: 6b39f16de9bd02bef8f7189cc4a19470f2114296
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
"axios": "^0.17.1",
|
"axios": "^0.17.1",
|
||||||
"clipboard-polyfill": "^2.4.1",
|
"clipboard-polyfill": "^2.4.1",
|
||||||
"countup.js": "^1.9.3",
|
"countup.js": "^1.9.3",
|
||||||
"echarts": "^3.8.5",
|
|
||||||
"element-ui": "^2.0.11",
|
"element-ui": "^2.0.11",
|
||||||
"github-markdown-css": "^2.10.0",
|
"github-markdown-css": "^2.10.0",
|
||||||
"highlight.js": "^9.12.0",
|
"highlight.js": "^9.12.0",
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
41c815259a2b4aa660d2a1a30cfffff2dedbb14a
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import echarts from 'echarts'
|
// import { echarts } from '@/assets/library/echarts/echarts.common.min.js'
|
||||||
import chartsMixin from '@/components/charts/chartsMixin.js'
|
import chartsMixin from '@/components/charts/chartsMixin.js'
|
||||||
export default {
|
export default {
|
||||||
mixins: [
|
mixins: [
|
||||||
@@ -114,7 +114,7 @@ export default {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.chart = echarts.init(this.$refs.chart)
|
// this.chart = echarts.init(this.$refs.chart)
|
||||||
this.chart.setOption(option)
|
this.chart.setOption(option)
|
||||||
console.log(`pie/type1 [${this.name}] [图表实例化完毕]`)
|
console.log(`pie/type1 [${this.name}] [图表实例化完毕]`)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user