Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EUbOPEN Web
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChEMBL
EUbOPEN
EUbOPEN Web
Commits
80a7e39e
Commit
80a7e39e
authored
3 years ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
Continue implementing sunburst
parent
da711013
No related branches found
Branches containing commit
No related tags found
1 merge request
!17
Add preliminary version of sunburst
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
visualisations/standardisation/Colors.js
+9
-0
9 additions, 0 deletions
visualisations/standardisation/Colors.js
web-components-submodule
+1
-1
1 addition, 1 deletion
web-components-submodule
with
10 additions
and
1 deletion
visualisations/standardisation/Colors.js
0 → 100644
+
9
−
0
View file @
80a7e39e
import
*
as
d3
from
'
d3
'
const
getSunburstColorInterpolator
=
()
=>
{
return
d3
.
interpolateHcl
(
'
#113a70
'
,
'
#95CEBD
'
)
}
export
default
{
getSunburstColorInterpolator
,
}
This diff is collapsed.
Click to expand it.
web-components-submodule
@
c7988048
Compare
13a0a6be
...
c7988048
Subproject commit
13a0a6bee917ff0d8ac882afd4f33024575f0f6
4
Subproject commit
c7988048f1387d3880e9f3d6b2d6398a605a24d
4
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment