Browse Source

feat:趋势样式调整

pull/123/head
xiaojinfei 3 days ago
parent
commit
25c55571e7
  1. 7
      src/views/exa/HistoryLine.vue

7
src/views/exa/HistoryLine.vue

@ -60,8 +60,9 @@ watch(
text: props.title, text: props.title,
show: true, show: true,
textStyle: { // textStyle: { //
fontFamily: 'sans-serif', // fontFamily:
fontWeight: 350, '"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif',
fontWeight: 600,
color: 'black', // color: 'black', //
fontSize: 16, // fontSize: 16, //
}, },
@ -87,7 +88,7 @@ watch(
// //
grid: { grid: {
x: '2%', x: '2%',
y: '5%', y: '10%',
x2: '2%', x2: '2%',
y2: '10%', y2: '10%',
containLabel: false, containLabel: false,

Loading…
Cancel
Save