Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Support adding text labels to lines and shapes #6454
Support adding text labels to lines and shapes #6454
Changes from all commits
7ee2e85
932fa65
1d0e471
e46e1bc
60823dc
2f8c810
e405293
e31de9e
0bcfff3
9972dc9
6d5709a
072edf6
8bee979
8528561
b4a4576
97ee8c4
674abd8
3743de4
c3cc5ed
45a0564
b8085c2
8c0476e
95dd9b6
58e39cb
488318f
c8d20f2
dad6ea5
3134869
f17e218
01ef185
d8c4790
5f39a62
1ab9e24
b9ea251
1f366a8
f1087f3
f1570cf
baec66d
d83e0cd
a91d12f
4948d67
a5e19d3
e55953e
44d5f08
5424ac5
8769cff
f192a16
7ca5cf8
822fe0d
d50da33
8cec651
36771a8
3f9727a
9a4a121
e493873
a17a315
d9bef04
f54f102
f642a52
dfb608e
c20370a
feb2f38
11b3421
ea9493e
52463fa
394b48f
1325b7c
63bb5d9
61e3df7
40933d0
8d35f6e
d5d1927
c34d6de
ffea962
ebe85c4
d113bcf
c703c11
468363e
cdf2d37
9eb7c90
3d2c792
394555c
eaf270d
095561f
b0b8ab1
d927b6a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we need to have
auto
dflt
andvalue
in respect tosrc/components/shapes/defaults.js
logic.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@archmoj What would be the use case for an
auto
value fortextposition
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm.. that's a good idea. But as far as I recall we don't have such an option for
textposition
in other places. So perhaps we could keep this part as is.