Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
waterdataui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Water Mission Area
Internet of Water
waterdataui
Commits
2c6a6489
Commit
2c6a6489
authored
2 years ago
by
Williams, Darius Shamar
Browse files
Options
Downloads
Patches
Plain Diff
Merge branch 'wdfn-768' of code.usgs.gov:dswilliams/waterdataui into wdfn-768
parent
c3e17213
No related branches found
No related tags found
1 merge request
!421
Wdfn 768 - Convert the legend component to vue
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assets/src/scripts/d3-rendering/legend.js
+1
-1
1 addition, 1 deletion
assets/src/scripts/d3-rendering/legend.js
assets/src/scripts/d3-rendering/legend.test.js
+1
-1
1 addition, 1 deletion
assets/src/scripts/d3-rendering/legend.test.js
with
2 additions
and
2 deletions
assets/src/scripts/d3-rendering/legend.js
+
1
−
1
View file @
2c6a6489
import
config
from
'
ui/config
'
;
import
config
from
'
ui/config
'
;
import
{
mediaQuery
}
from
'
ui/utils
'
;
const
RECTANGLE_MARKER_WIDTH
=
20
;
...
...
This diff is collapsed.
Click to expand it.
assets/src/scripts/d3-rendering/legend.test.js
+
1
−
1
View file @
2c6a6489
import
{
select
}
from
'
d3-selection
'
;
import
{
select
}
from
'
d3-selection
'
;
import
*
as
utils
from
'
ui/utils
'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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