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

Label improvements #1625

Merged
merged 35 commits into from
Jun 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
95a4a66
evaulate backgroundStyle and backgroundPadding props, refactor
boygirl Jun 17, 2020
f6010c8
tweak box plot label positioning
boygirl Jun 17, 2020
84775e5
adjust candle label positioning
boygirl Jun 17, 2020
4e0fa53
working on absolute polar axis element positioning
boygirl Jun 18, 2020
ed8f1b9
use absolute positioning for polar axes, allow specific themes for po…
boygirl Jun 18, 2020
8488ef8
Merge branch 'master' into label-improvements
boygirl Jun 20, 2020
576c308
add polar dependent axis theme
boygirl Jun 21, 2020
96d6560
support inline label backgrounds
boygirl Jun 21, 2020
6a63b4b
correct inline labels with textAnchor end
boygirl Jun 21, 2020
66fbc6f
improve text width approximation
boygirl Jun 22, 2020
e01bae5
improve text height approximation
boygirl Jun 22, 2020
d9df3e5
tidy up victory-label and improve demos
boygirl Jun 22, 2020
06cef6b
fix background padding for multi background labels
boygirl Jun 22, 2020
1babd39
correct dy for end and middle vertical anchors
boygirl Jun 22, 2020
44038e3
adjust height for single backgrounds and dy for middle verticalAnchor
boygirl Jun 22, 2020
6a07f83
add support for tooltip flyoutPadding
boygirl Jun 22, 2020
a086e7c
ensure tooltip has access to theme
boygirl Jun 22, 2020
fc9545e
ensure themes
boygirl Jun 23, 2020
6cd8fc9
clean up tooltip theme support
boygirl Jun 24, 2020
775b83e
more theme clean up
boygirl Jun 24, 2020
65e22ef
fix cursor container tooltips
boygirl Jun 24, 2020
71e69ef
add labelPlacement prop for victory-pie, fix label angle bugs
boygirl Jun 26, 2020
c91e5b4
add labelPlacement stories for VictoryPie
boygirl Jun 26, 2020
82c0575
prettier
boygirl Jun 26, 2020
aa7a9a5
add types
boygirl Jun 26, 2020
a633075
add missing theme namespaces
boygirl Jun 26, 2020
e16c273
correct textsize specs
boygirl Jun 26, 2020
6acb6d4
fix legend title positioning and specs, add stories
boygirl Jun 26, 2020
97a0780
prettier
boygirl Jun 26, 2020
edb2192
update chromatic, add viewport for tooltip stories
boygirl Jun 27, 2020
9a0e7df
add font measures, alter theme fonts
boygirl Jun 27, 2020
df188a9
correct font widths typo
boygirl Jun 27, 2020
19bc232
label and tooltip stories use linux safe fonts
boygirl Jun 27, 2020
2706643
adjust material theme tooltip padding
boygirl Jun 27, 2020
e9f9639
correct functional pointerWidth and pointerLength
boygirl Jun 27, 2020
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ npm-debug.log*
lerna-debug.log*
yarn-error.log*
.cache
storybook-static
storybook-static
build-storybook.log*
Loading