-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add shadow
, lineposition
and textcase
options to SVG fonts
#6983
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
Merged
Merged
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
5142be6
add text-shadow, text-decoration-line & text-transform in drawing.font
archmoj 10d5558
declare new text font styling attributes
archmoj 0a1f7a8
implementation
archmoj 1b67344
adjust toSVG to skip none text style values
archmoj fe7a30a
set auto shadow for sankey, parcats and parcoords that has text-shado…
archmoj 368cd94
update sankey, parcats & parcoords baselines - revise contrast src
archmoj 1ce1719
fix shadow attr def
archmoj 811ec9a
update schema
archmoj 614ef31
adjust jasmine tests
archmoj 35bce6c
test axes_custom-ticks_log-date
archmoj c6549e2
test axes_labels
archmoj 86dff1b
test bar_annotation_max_range_eq_category
archmoj 3a04219
test bar_attrs_group_norm
archmoj aceb679
test bar-colorscale-colorbar
archmoj ab55061
test bar_gantt-chart
archmoj 6e6f04f
test benchmarks
archmoj 1f8ed20
test canada_geo_projections
archmoj e8b91ae
test cliponaxis_false-dates-log
archmoj e9b2efd
test container-legend
archmoj 698b010
test contour_constraints_equal_boundary_minmax
archmoj faae542
test font-variant-bar
archmoj 5bd8a2d
test funnel_axis_textangle_outside
archmoj 628b0aa
test funnel_horizontal_group_basic
archmoj a9479f5
test geo_africa-insets
archmoj 625c3c1
test geo_canadian-cities
archmoj 20cace9
test geo_country-names-text-chart
archmoj 034f446
test geo_text_chart_arrays
archmoj 1f044fe
test geo_text_chart_arrays custom title shadow
archmoj 0a7e182
test heatmap_brick_padding
archmoj 974a30e
test heatmap-text-color-on-missing-data
archmoj cff115c
test indicator_attrs
archmoj 5b2e77a
test indicator_scatter
archmoj 5709630
test insiderange
archmoj 0044abf
test pie_legend_line_color_array
archmoj 1fc4a5a
test polar_bar-overlay
archmoj 70fec4b
test sankey_messy
archmoj 67bbbb1
test text_on_shapes_basic
archmoj 65586cd
test texttemplate
archmoj b8b8d0a
test texttemplate_scatter
archmoj 647895a
test ticklabelposition-5
archmoj d39fe8b
test treemap_multi-line_headers
archmoj 58cfeb3
Merge remote-tracking branch 'origin/master' into font-shadow-stridin…
archmoj 150f0c8
introduce overrideDflt option for coerceFont
archmoj e79ce86
refactor src/components/fx/hover.js
archmoj d7c6f8f
fix colorbar.title.font default
archmoj 55f27fc
capitalize none > normal
archmoj 0c91191
lowercase > lower, uppercase > upper
archmoj b0977dd
replace case options with object
archmoj 581b2fc
striding > decorline
archmoj c8fe2fc
Merge remote-tracking branch 'origin/master' into font-shadow-stridin…
archmoj a3ad2e8
rename keys
archmoj 47ebc09
correct schema
archmoj 042b2ad
capitalize > textcase
archmoj 4bbe9a2
textcase: word > headline
archmoj 70f3370
textcase: headline > caps - Capitalizing Every Word Is NOT headline case
archmoj 6f20c25
use new options in trace_metatext mock
archmoj 84bc75c
test new options
archmoj cff60fb
use Drawing.font to style titles
archmoj 3ff255f
caps > word caps
archmoj a344464
decorline > lineposition
archmoj 9416441
clear none text font styles instead of setting to none
archmoj e60123f
Merge remote-tracking branch 'origin/master' into font-shadow-stridin…
archmoj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.