Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEV-7795] Annotation Feature #1242

Closed
wants to merge 43 commits into from
Closed
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
86f45fd
[annotations] annotation start
adamdoe Apr 3, 2024
e17c84a
[annotations] continue working on annotations
adamdoe Apr 3, 2024
3c1103a
[annotations] add responsive options
adamdoe Apr 3, 2024
f7f8197
[annotations] add scaling for annotations in
adamdoe Apr 5, 2024
5af90f9
[annotations] 4.24.4 > Annotations
adamdoe Apr 8, 2024
fc8a4b5
[annotations] resolve drag and drop
adamdoe Apr 9, 2024
9a5c1b4
[annotations] 4.24.4 > Annotation Scaling Updates
adamdoe Apr 16, 2024
c3b45b6
[annotations] working on annotations
adamdoe Apr 16, 2024
7952073
[annotations] Merge branch 'dev' into feature/annotations
adamdoe Apr 17, 2024
845d015
[annotations] continue working on annotations
adamdoe Apr 19, 2024
a9bffca
[annotations] add scaling for annotations in
adamdoe Apr 19, 2024
0d386e8
[annotations] annotations working
adamdoe Apr 24, 2024
b1c5263
[annotations] annotations working
adamdoe Apr 24, 2024
b5bb458
[annotations] continue work on annotations
adamdoe Apr 24, 2024
ae87372
[annotations] 4.24.4 > Annotation scaling on date/time
adamdoe Apr 26, 2024
2007f86
[annotations] working on markers
adamdoe Apr 29, 2024
574d576
[annotations] 4.24.5 > Annotation Updates
adamdoe May 1, 2024
7fc3276
[annotations] 4.24.5 > stop annotation from breaking on new.
adamdoe May 7, 2024
d8f1b96
[annotations] update style of annotation
adamdoe May 9, 2024
fdf0e03
[annotations] add bend
adamdoe May 9, 2024
38d9531
[annotations] continue work to move
adamdoe May 9, 2024
454b0c8
[annotations] 4.24.5: Scaling for mobile labels
adamdoe May 9, 2024
01ef482
[annotations] still working on annotation scaling
adamdoe May 10, 2024
cb4c713
[annotations] continue work on label positioning
adamdoe May 10, 2024
6a90d3c
[annotations] scaling working
adamdoe May 11, 2024
191e36b
[annotations] start adding in snapTo logic
adamdoe May 13, 2024
6f859c7
[annotations] 4.24.5 > Annotations without snap to resolved
adamdoe May 13, 2024
6ed1ed4
[annotations] center annotation when adding
adamdoe May 14, 2024
12abb4b
[annotations] continued work on annotations
adamdoe May 15, 2024
360dd09
[annotations] Start scaffolding storybook items
adamdoe May 15, 2024
5dbc90d
[annotations] add examples
adamdoe May 15, 2024
318aeaa
[annotations] add examples
adamdoe May 15, 2024
25f2944
[annotations] Merge branch 'dev' into feature/annotations
adamdoe May 15, 2024
d88e014
[annotations] delete files
adamdoe May 15, 2024
c1d974a
[annotations] cleanup
adamdoe May 15, 2024
ba4127a
[annotations] 4.24.5 > Annotation Feature
adamdoe May 16, 2024
cd29dbc
[annotations] Merge branch 'dev' into feature/annotations
adamdoe May 23, 2024
84d0070
[annotations] test
adamdoe May 24, 2024
c11ce20
[annotations] Adjust width based on true svg dimensions
adamdoe May 24, 2024
a03b99a
[annotations] updates for line type when none
adamdoe May 24, 2024
536cb4b
[annotations] Annotation Updates for curved lines
adamdoe May 24, 2024
a1d6101
[annotations] add check for associate series
adamdoe May 24, 2024
2f691d7
[annotations] add bezier
adamdoe May 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"deploy": "gh-pages -d .storybook_build -t true"
},
"dependencies": {
"@visx/annotation": "^3.3.0",
"@visx/brush": "^3.0.1",
"@visx/legend": "^3.0.0",
"@visx/pattern": "^3.0.0",
Expand Down
Loading