具体参考 pyecharts.datasets.map_filenames.json 文件maptype:str="china",# 是否选中图例is_selected...
map: { mapType: 'china', // 各省的mapType暂时都用中文 mapLocation: { x : 'center', y : 'center' // width // 自适应 // height // 自适应 }, showLegendSymbol : true, // 显示图例颜色标识(系列标识的小圆点),存在legend时生效 itemStyle: { normal: { // color: 各异, borderColor:...
type: 'map', map: '陕西', roam: false, zoom: 1.2, itemStyle: { normal: { label: {show: true}, borderWidth: 1, areaColor: 'rgba(0, 0, 0, 0)', }, emphasis: { label: {show: true}, areaColor: {color: '#061E3D'} } }, data: cityData, }] 1. 2. 3. 4. 5. 6. 7...
mapValueCalculation:"sum",//多个拥有相同地图类型的系列会使用同一个地图展现,如果多个系列都在同一个区域有值,目前有:'sum' 取和。'average' 取平均值。'max' 取最大值。'min' 取最小值。 showLegendSymbol:true,//在图例相应区域显示图例的颜色标识(系列标识的小圆点),存在 legend 组件时生效。 silent:...
map: { mapType:'china', // 各省的mapType暂时都用中文 mapLocation: { x :'center', y :'center'// width // 自适应 // height // 自适应 }, showLegendSymbol : true, // 显示图例颜色标识(系列标识的小圆点),存在legend时生效 itemStyle: {normal: {// color: 各异,borderColor:'#fff', ...
{ name: 'iphone3', type: 'map', mapType: 'china', selectedMode:'single', roam: true, showLegendSymbol:true, itemStyle:{ normal:{ label:{show:true} ,areaStyle:{color:'green'} //设置地图背景色的颜色设置 ,color:'rgba(255,0,255,0.8)' //刚才说的图例颜色设置 }, emphasis...
设置图例名称: 设置X轴的数据: 设置Y轴的数据: 完整代码如下: // 向右侧数据面板中拖入字段,可在代码中引用dataSet字段获取二维数组数据 dataSet=dataSet.map((data,i)=>dataSet.map(d=>d[i])); var dataX=dataSet[0]; var dataY=dataSet[1]; var dataY1=dataSet[2]; var dataY2=dataSet[3]; opti...
parseInt(value / 1000) + "K" : value; }, scale: true, // 设置数据自动缩放 } }, 6.yAxis yAxis:与x轴基本同理 7.series series:图标系列,对象类型 type:line(图标类型为线性图标) series: [ { data: this.trendLineData.map(item => item.defenceScore), type: 'line', smooth: true, name...
# 设置系列配置项 map_.set_series_opts(label_opts=opts.LabelOpts(is_show=False)) # 不显示label # 设置全局配置项 map_.set_global_opts( title_opts=opts.TitleOpts(title="星巴克门店数量在全球分布", pos_left='40%', pos_top='10'), # 调整title位置 ...
示例1 image.png 配置项如下 varleft_option={tooltip:{//弹窗设置backgroundColor:'rgb(0,19,42,.7)',borderColor:"rgba(0,0,0,0)",textStyle:{color:'#fff'},},grid:{//相当于图表的内边距left:'20%',top:'3%',bottom:'10%'},yAxis:{axisTick:{//刻度show:false,},axisLine:{//轴线show...