25860
This commit is contained in:
@@ -219,6 +219,18 @@ export default {
|
|||||||
barWidth: 30,
|
barWidth: 30,
|
||||||
data: data.map((v) => v.v1),
|
data: data.map((v) => v.v1),
|
||||||
type: 'bar',
|
type: 'bar',
|
||||||
|
itemStyle: {
|
||||||
|
normal: {
|
||||||
|
label: {
|
||||||
|
show: true,
|
||||||
|
position: 'top',
|
||||||
|
textStyle: {
|
||||||
|
color: '#919191',
|
||||||
|
fontSize: 16,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user