|
@@ -600,6 +600,14 @@ export default {
|
|
|
data: dataArry,
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
+ label: {
|
|
|
+ show: true, //开启显示
|
|
|
+ position: 'top', //在上方显示
|
|
|
+ textStyle: { //数值样式
|
|
|
+ color: 'white',
|
|
|
+ fontSize: 10
|
|
|
+ }
|
|
|
+ },
|
|
|
color: new this.$echarts.graphic.LinearGradient(
|
|
|
0, 0, 0, 1,
|
|
|
[
|
|
@@ -700,6 +708,14 @@ export default {
|
|
|
data: dataArry,
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
+ label: {
|
|
|
+ show: true, //开启显示
|
|
|
+ position: 'top', //在上方显示
|
|
|
+ textStyle: { //数值样式
|
|
|
+ color: 'white',
|
|
|
+ fontSize: 10
|
|
|
+ }
|
|
|
+ },
|
|
|
color: new this.$echarts.graphic.LinearGradient(
|
|
|
0, 0, 0, 1,
|
|
|
[
|