Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dangan_dataV
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8e71181d
authored
2025-05-09 13:12:39 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
看板
1 parent
9864c025
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
src/viewsPc/vip/leftPage.vue
src/viewsPc/vip/rightPage.vue
src/viewsPc/vip/leftPage.vue
View file @
8e71181
...
...
@@ -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
`
...
...
src/viewsPc/vip/rightPage.vue
View file @
8e71181
...
...
@@ -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)'
,
// 边框颜色
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment