Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
ant-design-pro
Commits
197cadde
Commit
197cadde
authored
Nov 09, 2018
by
beysong
Committed by
陈帅
Nov 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Guade组件指针指向不准的问题 (#2804)
parent
dc2b86c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/components/Charts/Gauge/index.js
src/components/Charts/Gauge/index.js
+3
-3
No files found.
src/components/Charts/Gauge/index.js
View file @
197cadde
...
...
@@ -72,7 +72,7 @@ class Gauge extends React.Component {
nice
:
true
,
},
};
const
data
=
[{
value
:
percent
}];
const
data
=
[{
value
:
percent
/
10
}];
return
(
<
Chart
height
=
{
height
}
data
=
{
data
}
scale
=
{
cols
}
padding
=
{[
-
16
,
0
,
16
,
0
]}
forceFit
=
{
forceFit
}
>
<
Coord
type
=
"
polar
"
startAngle
=
{
-
1.25
*
Math
.
PI
}
endAngle
=
{
0.25
*
Math
.
PI
}
radius
=
{
0.8
}
/
>
...
...
@@ -134,7 +134,7 @@ class Gauge extends React.Component {
<
Arc
zIndex
=
{
1
}
start
=
{[
0
,
0.965
]}
end
=
{[
data
[
0
].
value
/
10
,
0.965
]}
end
=
{[
data
[
0
].
value
,
0.965
]}
style
=
{{
stroke
:
color
,
lineWidth
:
10
,
...
...
@@ -146,7 +146,7 @@ class Gauge extends React.Component {
<div style="width: 300px;text-align: center;font-size: 12px!important;">
<p style="font-size: 14px; color: rgba(0,0,0,0.43);margin: 0;">
${
title
}
</p>
<p style="font-size: 24px;color: rgba(0,0,0,0.85);margin: 0;">
${
data
[
0
].
value
}
%
${
data
[
0
].
value
*
10
}
%
</p>
</div>`
}
/
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment