8e71181d by zhangmeng

看板

1 parent 9864c025
......@@ -628,9 +628,9 @@ const setC = (h1, h2, h3) => {
chartC = echarts.init(payeeRef.value)
const option = {
tooltip: {
axisPointer: {
type: 'shadow'
},
// axisPointer: {
// type: 'shadow'
// },
valueFormatter: (value) => (value * 1).toFixed() + '万',
backgroundColor: 'rgba(5, 28, 51, 1)', // 背景色
borderColor: 'rgba(46, 151, 198, 1)', // 边框颜色
......@@ -639,6 +639,7 @@ const setC = (h1, h2, h3) => {
color: '#fff', // 文字颜色
fontSize: 12, // 文字大小
},
confine: true,
position: 'top',
formatter: function (row) {
return `
......
......@@ -849,6 +849,7 @@ const setC = (arry, arr1, arr2, arr3) => {
// axisPointer: {
// type: 'shadow'
// },
confine: true,
valueFormatter: (value) => value + '万',
backgroundColor: 'rgba(5, 28, 51, 1)', // 背景色
borderColor: 'rgba(46, 151, 198, 1)', // 边框颜色
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!