-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add "bold" weight
, "italic" style
and "small-caps" variant
to fonts
#6956
Merged
Merged
Changes from 99 commits
Commits
Show all changes
102 commits
Select commit
Hold shift + click to select a range
351b98f
add weight, style, stretch and variant to font
archmoj fe1acac
bar
archmoj c278383
carpet
archmoj 0e6a833
contour
archmoj cc6308d
heatmap
archmoj eddbda1
indicator
archmoj 9e0ff17
parcats
archmoj 666b10e
parcoords
archmoj 08041dc
pie
archmoj 4ff859f
sankey
archmoj acc71b2
scatter
archmoj f13d7b2
scattergl
archmoj 9a6f9c2
sunburst
archmoj 55ba43b
table
archmoj f4bc74e
scatter3d
archmoj 2c39a8e
scattermapbox
archmoj caad472
annotations
archmoj 34f3d48
colorbar
archmoj 948689e
legend
archmoj cf56d6e
titles
archmoj 2f8b4ed
hover effects
archmoj d1e041b
plots
archmoj 151ebb0
cartesian
archmoj 6f0ecfa
polar
archmoj 9859bf0
ternary
archmoj 1bbe369
gl3d
archmoj 9760db0
gl-text fix for handling styles
archmoj a29adb1
new schema
archmoj 9caa963
add and adjust jasmine tests
archmoj 75ef984
style waterfall_profit-loss_2018vs2019_textinfo_base
archmoj 446a549
style heatmap_xyz-gaps-on-sides
archmoj 3892130
style gl2d_text_chart_arrays
archmoj 83f9408
style text_chart_arrays
archmoj 8d84ea7
style text_on_shapes_basic
archmoj 62bf5a2
style bar_annotation_max_range_eq_category
archmoj e000763
style texttemplate_scatter
archmoj 2498045
style texttemplate
archmoj bdb24cf
fix typo in src/components/fx/hover.js
archmoj 6095b93
add extras option to integer in lib.coerce
archmoj 28087ee
declare weight as integer
archmoj e75001d
update schema
archmoj 7d3facf
adjust bar
archmoj dfd6a2e
fix src/traces/sunburst/fx.js
archmoj 2d7ba1d
use Lib.coerceFont in indicator
archmoj 238b7dc
style test/image/mocks/indicator_attrs
archmoj 44fb6a4
style indicator_bullet
archmoj 6409b5e
style gl2d_parcoords_constraints
archmoj 104d7fe
style parcats_basic_freeform
archmoj c9fc006
style scattercarpet-text
archmoj d8a59f9
use layout.font in carpet/defaults.js
archmoj 5bbcd5d
style funnelarea_with_other_traces
archmoj 7154f5e
style treemap_fonts_nocolor
archmoj e92e930
style sankey_energy
archmoj ba372e0
style trace_metatext
archmoj 96f8166
style parcats
archmoj 68a0f66
fix indicator guage.axis default font
archmoj e0f9811
Revert "scattermapbox"
archmoj 3631d1a
no support in scattermapbox
archmoj 6e367d6
add font style options to gl-axes3d
archmoj 7aae57b
update trace_metatext
archmoj dfe5670
handle font styles in gl-scatter3d
archmoj f92ff86
style gl3d_scatter3d-blank-text
archmoj eb82700
handle styles in gl-plot2d and text-cache
archmoj ff56034
style gl2d_heatmapgl
archmoj 888bf20
revise font.stretch options
archmoj dd81225
correct oblique options
archmoj 3829ca9
drop oblique angle options that are quite confusing
archmoj 50b8ccd
remove stretch from src
archmoj 31e04de
remove stretch from test
archmoj 673b33e
update schema diff
archmoj 1097e34
remove stretch in gl-axes3d gl-plot2d and text-cache
archmoj 369c95d
adjust toimage_test
archmoj c90f098
add descriptions
archmoj a877179
fix hover
archmoj cc28647
use layout.font styling defaults in hover
archmoj dfde4b1
make arrayOk styling attributes
archmoj 3a624ab
revise variant options
archmoj a03ec91
image test for font-variants
archmoj 1a6fc90
keep working options in test
archmoj d0c583c
revise new attributes
archmoj 062c862
new tests
archmoj 593717b
update link to gl-scatter3d
archmoj accb7b7
handle array font family, weight, style & variant in gl-scatter3d
archmoj a040564
skip font-variant-bar in mock test
archmoj 9a92474
update package-lock.json
archmoj 1c02804
test font options in scattergl and scatter3d
archmoj 2fdb90c
revise font options
archmoj 8452e53
limit variant options for scattergl and scatter3d - arrayOk scatter3d…
archmoj b8877ff
add bold and italic to scattermapbox
archmoj f4d4f4c
no integer weight
archmoj 82b9181
do not include font styling options in svg when set to normal
archmoj 0d38a5d
refactor
archmoj a631894
fix mapbox font
archmoj f963280
correct coerce function and remove unused code
archmoj d048236
revise opt name
archmoj 33591c2
remove comments - these are arrayOk & handled now by gl-scatter3d
archmoj 9bfe8d1
revise mock
archmoj 3937f2f
fix cluster mapbox font inherit family, weight & style
archmoj 3ac2fa1
draft log
archmoj 21e187e
bump gl-text
archmoj 77c73ff
bump stackgl modules
archmoj 35a025a
npm audit fix
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Add "bold" weight, "italic" style and "small-caps" variant options to fonts [[#6956](https://github.com/plotly/plotly.js/pull/6956)] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 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 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 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 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 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 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 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 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 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 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 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 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.
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.
gl-vis/gl-text#12