ElemeFE / v-charts

基于 Vue2.0 和 ECharts 封装的图表组件📈📊
https://v-charts.js.org
MIT License
6.8k stars 1.99k forks source link

环形图标题不显示 #535

Open ThomasXing opened 6 years ago

ThomasXing commented 6 years ago

Summary 简述

 this.extend = {
        title: {
          text: '待批人员/全部人员',
          // subtext: '申请明细 >',
          // sublink: 'http://e.weibo.com/1341556070/AhQXtjbqh',
          x: 'center',
          y: '60',
          itemGap: 50,
          textStyle: {
            color: '#666',
            fontSize: 12,
            fontWeight: 'normal'
          },
          subtextStyle: {
            color: '#de4751',
            fontSize: 12
          }
        }
}

Expect 期望结果

显示标题

Reproduce 重现示例

maxy612 commented 6 years ago

https://codepen.io/maxycode/pen/qMzazr 这样配置能显示标题和子标题,如果图例位置被遮挡,请自行通过legend配置项调整。title 对应页面http://echarts.baidu.com/option.html#title的相应配置。

ThomasXing commented 6 years ago

按需引入 会有这个问题

maxy612 commented 6 years ago

如果是按需引入的话,需要在使用Vue.component的文件中引入 import 'echarts/lib/component/title'

ThomasXing commented 6 years ago

ok thank you !

ThomasXing commented 6 years ago

老哥 如何 在map组件中使用散点图? 地图组件中怎么使用标示元素?

maxy612 commented 6 years ago

这个要根据具体的业务场景来看吧。你说的标示元素是指什么呢,不太清楚。

ThomasXing commented 6 years ago

嗯。 就是map组件上使用markLine,markPoint。咋弄 ?