Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ant-design-pro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thiago Borges
ant-design-pro
Commits
0f631ee7
Commit
0f631ee7
authored
Oct 25, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update g2 colors globally
parent
c10ca6f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
index.js
src/components/Charts/Pie/index.js
+1
-1
g2.js
src/g2.js
+8
-0
No files found.
src/components/Charts/Pie/index.js
View file @
0f631ee7
...
...
@@ -64,7 +64,7 @@ class Pie extends Component {
lineWidth
=
0
,
}
=
this
.
props
;
const
defaultColors
=
colors
||
[
'#8543E0'
,
'#F04864'
,
'#FACC14'
,
'#1890FF'
,
'#13C2C2'
,
'#2FC25B'
]
;
const
defaultColors
=
colors
;
let
selected
=
this
.
props
.
selected
||
true
;
let
tooltip
=
this
.
props
.
tooltips
||
true
;
...
...
src/g2.js
View file @
0f631ee7
...
...
@@ -3,9 +3,17 @@ import G2 from 'g2';
G2
.
track
(
false
);
const
colors
=
[
'#8543E0'
,
'#F04864'
,
'#FACC14'
,
'#1890FF'
,
'#13C2C2'
,
'#2FC25B'
,
'#fa8c16'
,
'#a0d911'
,
];
const
config
=
{
...
G2
.
Theme
,
defaultColor
:
'#1089ff'
,
colors
:
{
default
:
colors
,
intervalStack
:
colors
,
},
tooltip
:
{
background
:
{
radius
:
4
,
...
...
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