echarts 饼图悬浮背景透明

实现:

1、可通过echat.dispatchAction默认悬浮展示浮层

2、可调节radius进行文案居中展示

效果如下图所示:

image



可通过配置查看:echartsPie

option = {
	"backgroundColor": "#171A2A",
	"grid": {
		"top": 0,
		"left": "0%",
		"right": "0%",
		"bottom": "10%",
		"containLabel": true
	},
	"tooltip": {
		"trigger": "item",
		"formatter": "{b} : {d}%",
		"padding": [
			5,
			7
		],
		"backgroundColor": 

你可能感兴趣的:(Highcharts,+,Echarts配置,html5)