Browse Source

柱状图背景圆角

master
x_ying 3 years ago
parent
commit
43c3e39778
  1. 4
      src/views/components/echarts/lendAcross.vue
  2. 4
      src/views/system/archiveStatistics/module/acrossBar.vue

4
src/views/components/echarts/lendAcross.vue

@ -70,8 +70,8 @@ export default {
barGap: 25, barGap: 25,
showBackground: true, showBackground: true,
backgroundStyle: { backgroundStyle: {
color: '#02255F'
// borderRadius: [0, 10, 10, 0] //
color: '#02255F',
barBorderRadius: [0, 10, 10, 0] //
}, },
itemStyle: { itemStyle: {
normal: { normal: {

4
src/views/system/archiveStatistics/module/acrossBar.vue

@ -60,8 +60,8 @@ export default {
barWidth: 15, // barWidth: 15, //
showBackground: true, showBackground: true,
backgroundStyle: { backgroundStyle: {
color: '#02255F'
// borderRadius: [0, 10, 10, 0] //
color: '#02255F',
barBorderRadius: [0, 10, 10, 0] //
}, },
itemStyle: { itemStyle: {
normal: { normal: {

Loading…
Cancel
Save