Skip to content

Commit b6411b5

Browse files
authored
Merge pull request #7053 from plotly/rename-new-mocks-2024-07-18
Rename new mocks 2024 07 18
2 parents cf92c11 + d49a896 commit b6411b5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+4
-4
lines changed

.circleci/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ case $1 in
102102
;;
103103

104104
make-baselines-mathjax3)
105-
python3 test/image/make_baseline.py mathjax3 legend_mathjax_title_and_items mathjax parcats_grid_subplots table_latex_multitrace_scatter table_plain_birds table_wrapped_birds ternary-mathjax zz-ternary-mathjax-title-place-subtitle || EXIT_STATE=$?
105+
python3 test/image/make_baseline.py mathjax3 legend_mathjax_title_and_items mathjax parcats_grid_subplots table_latex_multitrace_scatter table_plain_birds table_wrapped_birds ternary-mathjax ternary-mathjax-title-place-subtitle || EXIT_STATE=$?
106106
exit $EXIT_STATE
107107
;;
108108

test/image/baselines/pattern_bars.png

47 Bytes
32 Bytes
File renamed without changes.
1 Byte
-13 Bytes
-79 Bytes

test/image/compare_pixels_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ if(mathjax3) {
8585
'table_plain_birds',
8686
'table_wrapped_birds',
8787
'ternary-mathjax',
88-
'zz-ternary-mathjax-title-place-subtitle',
88+
'ternary-mathjax-title-place-subtitle',
8989
];
9090
}
9191

test/image/make_baseline.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if(mathjax3) {
6464
'table_plain_birds',
6565
'table_wrapped_birds',
6666
'ternary-mathjax',
67-
'zz-ternary-mathjax-title-place-subtitle'
67+
'ternary-mathjax-title-place-subtitle'
6868
];
6969
}
7070

File renamed without changes.
File renamed without changes.

test/plot-schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13325,7 +13325,7 @@
1332513325
"description": "Sets the subtitle font.",
1332613326
"editType": "layoutstyle",
1332713327
"family": {
13328-
"description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.",
13328+
"description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.",
1332913329
"editType": "layoutstyle",
1333013330
"noBlank": true,
1333113331
"strict": true,

0 commit comments

Comments
 (0)