当前位置:   article > 正文

vue项目中继承echarts地图_echarts.extendsmap

echarts.extendsmap

如图所示:

代码如下:

  1. <template>
  2. <div :class="className" :style="{height:height,width:width}" />
  3. </template>
  4. <script>
  5. import echarts from 'echarts'
  6. require('echarts/theme/macarons') // echarts theme
  7. import resize from '../mixins/resize'
  8. import xinjaingmap from '../mixins/xinjiangmap'
  9. const animationDuration = 6000
  10. export default {
  11. mixins: [resize],
  12. props: {
  13. className: {
  14. type: String,
  15. default: 'chart'
  16. },
  17. width: {
  18. type: String,
  19. default: '100%'
  20. },
  21. height: {
  22. type: String,
  23. default: '380px'
  24. }
  25. },
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/728209
推荐阅读
相关标签
  

闽ICP备14008679号