Skip to content

Commit 4e2ca25

Browse files
author
Stefano Baggio
committed
1 parent c9829c4 commit 4e2ca25

19 files changed

+186
-546
lines changed

build/ploticon.js

-36
Original file line numberDiff line numberDiff line change
@@ -121,46 +121,10 @@ module.exports = {
121121
'ascent': 850,
122122
'descent': -150
123123
},
124-
'forward': {
125-
'width': 944,
126-
'path': 'M471.001 -82.8945v833.781l463.091 -416.887zM8.01953 -82.8945v833.781l462.98 -416.887z',
127-
'ascent': 850,
128-
'descent': -150
129-
},
130-
'backward': {
131-
'width': 966,
132-
'path': 'M487.999 760.895v-833.781l-463.091 416.887zM950.979 760.895v-833.781l-462.979 416.887z',
133-
'ascent': 850,
134-
'descent': -150
135-
},
136-
'forwardWin': {
137-
'width': 1000,
138-
'path': 'M957.229 795.323h-118.493v-882.751h118.493v882.751zM424 -87.4277v882.751l414.735 -441.323zM9.29199 -87.4277v882.751l414.708 -441.323z',
139-
'ascent': 850,
140-
'descent': -150
141-
},
142-
'backwardWin': {
143-
'width': 1000,
144-
'path': 'M11.5732 -116.555l118.493 0.204102l-1.52637 882.751l-118.492 -0.205078zM543.275 767.117l1.52539 -882.75l-415.497 440.605zM957.982 767.833l1.52637 -882.749l-415.47 440.605z',
145-
'ascent': 850,
146-
'descent': -150
147-
},
148124
'toHelp': {
149125
'width': 857.1,
150126
'path': 'm500 82v107q0 8-5 13t-13 5h-107q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h107q8 0 13 5t5 13z m143 375q0 49-31 91t-77 65-95 23q-136 0-207-119-9-14 4-24l74-55q4-4 10-4 9 0 14 7 30 38 48 51 19 14 48 14 27 0 48-15t21-33q0-21-11-34t-38-25q-35-16-65-48t-29-70v-20q0-8 5-13t13-5h107q8 0 13 5t5 13q0 10 12 27t30 28q18 10 28 16t25 19 25 27 16 34 7 45z m214-107q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z',
151127
'ascent': 850,
152128
'descent': -150
153-
},
154-
'flag': {
155-
'width': 1792,
156-
'path': 'M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z',
157-
'ascent': 850,
158-
'descent': -150
159-
},
160-
'map_marker': {
161-
'width': 1024,
162-
'path': 'M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z',
163-
'ascent': 850,
164-
'descent': -150
165129
}
166130
};

dist/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The main plotly.js bundle weights in at:
5050

5151
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
5252
|-----------|---------------|----------------------|---------------------|
53-
| 1.5 MB | 581.2 kB | 189.2 kB | 1.6 MB |
53+
| 1.5 MB | 579.7 kB | 188.6 kB | 1.6 MB |
5454

5555
## Partial bundles
5656

@@ -80,7 +80,7 @@ The `basic` partial bundle contains the `scatter`, `bar` and `pie` trace modules
8080

8181
| Raw size | Minified size | Minified + gzip size |
8282
|------|-----------------|------------------------|
83-
| 1.6 MB | 609.6 kB | 197.8 kB |
83+
| 1.6 MB | 608.2 kB | 197.1 kB |
8484

8585
### plotly.js cartesian
8686

@@ -98,7 +98,7 @@ The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`,
9898

9999
| Raw size | Minified size | Minified + gzip size |
100100
|------|-----------------|------------------------|
101-
| 1.8 MB | 680.3 kB | 219 kB |
101+
| 1.8 MB | 678.9 kB | 218.3 kB |
102102

103103
### plotly.js geo
104104

@@ -116,7 +116,7 @@ The `geo` partial bundle contains the `scatter`, `scattergeo` and `choropleth` t
116116

117117
| Raw size | Minified size | Minified + gzip size |
118118
|------|-----------------|------------------------|
119-
| 1.6 MB | 638.1 kB | 208.3 kB |
119+
| 1.6 MB | 636.7 kB | 207.7 kB |
120120

121121
### plotly.js gl3d
122122

@@ -134,7 +134,7 @@ The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface` and `me
134134

135135
| Raw size | Minified size | Minified + gzip size |
136136
|------|-----------------|------------------------|
137-
| 2.5 MB | 1 MB | 329.1 kB |
137+
| 2.5 MB | 1 MB | 328.5 kB |
138138

139139
### plotly.js gl2d
140140

@@ -152,7 +152,7 @@ The `gl2d` partial bundle contains the `scatter`, `scattergl`, `pointcloud`, `he
152152

153153
| Raw size | Minified size | Minified + gzip size |
154154
|------|-----------------|------------------------|
155-
| 2.2 MB | 932 kB | 291.9 kB |
155+
| 2.2 MB | 930.6 kB | 291.3 kB |
156156

157157
### plotly.js mapbox
158158

@@ -170,7 +170,7 @@ The `mapbox` partial bundle contains the `scatter` and `scattermapbox` trace mod
170170

171171
| Raw size | Minified size | Minified + gzip size |
172172
|------|-----------------|------------------------|
173-
| 2.6 MB | 1 MB | 311.8 kB |
173+
| 2.6 MB | 1 MB | 311.2 kB |
174174

175175
### plotly.js finance
176176

@@ -188,7 +188,7 @@ The `finance` partial bundle contains the `scatter`, `bar`, `histogram`, `pie`,
188188

189189
| Raw size | Minified size | Minified + gzip size |
190190
|------|-----------------|------------------------|
191-
| 1.6 MB | 634.8 kB | 204.6 kB |
191+
| 1.6 MB | 633.4 kB | 204 kB |
192192

193193
----------------
194194

dist/plotly-basic.js

-36
Original file line numberDiff line numberDiff line change
@@ -192,47 +192,11 @@ module.exports = {
192192
'ascent': 850,
193193
'descent': -150
194194
},
195-
'forward': {
196-
'width': 944,
197-
'path': 'M471.001 -82.8945v833.781l463.091 -416.887zM8.01953 -82.8945v833.781l462.98 -416.887z',
198-
'ascent': 850,
199-
'descent': -150
200-
},
201-
'backward': {
202-
'width': 966,
203-
'path': 'M487.999 760.895v-833.781l-463.091 416.887zM950.979 760.895v-833.781l-462.979 416.887z',
204-
'ascent': 850,
205-
'descent': -150
206-
},
207-
'forwardWin': {
208-
'width': 1000,
209-
'path': 'M957.229 795.323h-118.493v-882.751h118.493v882.751zM424 -87.4277v882.751l414.735 -441.323zM9.29199 -87.4277v882.751l414.708 -441.323z',
210-
'ascent': 850,
211-
'descent': -150
212-
},
213-
'backwardWin': {
214-
'width': 1000,
215-
'path': 'M11.5732 -116.555l118.493 0.204102l-1.52637 882.751l-118.492 -0.205078zM543.275 767.117l1.52539 -882.75l-415.497 440.605zM957.982 767.833l1.52637 -882.749l-415.47 440.605z',
216-
'ascent': 850,
217-
'descent': -150
218-
},
219195
'toHelp': {
220196
'width': 857.1,
221197
'path': 'm500 82v107q0 8-5 13t-13 5h-107q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h107q8 0 13 5t5 13z m143 375q0 49-31 91t-77 65-95 23q-136 0-207-119-9-14 4-24l74-55q4-4 10-4 9 0 14 7 30 38 48 51 19 14 48 14 27 0 48-15t21-33q0-21-11-34t-38-25q-35-16-65-48t-29-70v-20q0-8 5-13t13-5h107q8 0 13 5t5 13q0 10 12 27t30 28q18 10 28 16t25 19 25 27 16 34 7 45z m214-107q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z',
222198
'ascent': 850,
223199
'descent': -150
224-
},
225-
'flag': {
226-
'width': 1792,
227-
'path': 'M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z',
228-
'ascent': 850,
229-
'descent': -150
230-
},
231-
'map_marker': {
232-
'width': 1024,
233-
'path': 'M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z',
234-
'ascent': 850,
235-
'descent': -150
236200
}
237201
};
238202

dist/plotly-basic.min.js

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-cartesian.js

-36
Original file line numberDiff line numberDiff line change
@@ -192,47 +192,11 @@ module.exports = {
192192
'ascent': 850,
193193
'descent': -150
194194
},
195-
'forward': {
196-
'width': 944,
197-
'path': 'M471.001 -82.8945v833.781l463.091 -416.887zM8.01953 -82.8945v833.781l462.98 -416.887z',
198-
'ascent': 850,
199-
'descent': -150
200-
},
201-
'backward': {
202-
'width': 966,
203-
'path': 'M487.999 760.895v-833.781l-463.091 416.887zM950.979 760.895v-833.781l-462.979 416.887z',
204-
'ascent': 850,
205-
'descent': -150
206-
},
207-
'forwardWin': {
208-
'width': 1000,
209-
'path': 'M957.229 795.323h-118.493v-882.751h118.493v882.751zM424 -87.4277v882.751l414.735 -441.323zM9.29199 -87.4277v882.751l414.708 -441.323z',
210-
'ascent': 850,
211-
'descent': -150
212-
},
213-
'backwardWin': {
214-
'width': 1000,
215-
'path': 'M11.5732 -116.555l118.493 0.204102l-1.52637 882.751l-118.492 -0.205078zM543.275 767.117l1.52539 -882.75l-415.497 440.605zM957.982 767.833l1.52637 -882.749l-415.47 440.605z',
216-
'ascent': 850,
217-
'descent': -150
218-
},
219195
'toHelp': {
220196
'width': 857.1,
221197
'path': 'm500 82v107q0 8-5 13t-13 5h-107q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h107q8 0 13 5t5 13z m143 375q0 49-31 91t-77 65-95 23q-136 0-207-119-9-14 4-24l74-55q4-4 10-4 9 0 14 7 30 38 48 51 19 14 48 14 27 0 48-15t21-33q0-21-11-34t-38-25q-35-16-65-48t-29-70v-20q0-8 5-13t13-5h107q8 0 13 5t5 13q0 10 12 27t30 28q18 10 28 16t25 19 25 27 16 34 7 45z m214-107q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z',
222198
'ascent': 850,
223199
'descent': -150
224-
},
225-
'flag': {
226-
'width': 1792,
227-
'path': 'M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z',
228-
'ascent': 850,
229-
'descent': -150
230-
},
231-
'map_marker': {
232-
'width': 1024,
233-
'path': 'M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z',
234-
'ascent': 850,
235-
'descent': -150
236200
}
237201
};
238202

dist/plotly-cartesian.min.js

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-finance.js

-36
Original file line numberDiff line numberDiff line change
@@ -192,47 +192,11 @@ module.exports = {
192192
'ascent': 850,
193193
'descent': -150
194194
},
195-
'forward': {
196-
'width': 944,
197-
'path': 'M471.001 -82.8945v833.781l463.091 -416.887zM8.01953 -82.8945v833.781l462.98 -416.887z',
198-
'ascent': 850,
199-
'descent': -150
200-
},
201-
'backward': {
202-
'width': 966,
203-
'path': 'M487.999 760.895v-833.781l-463.091 416.887zM950.979 760.895v-833.781l-462.979 416.887z',
204-
'ascent': 850,
205-
'descent': -150
206-
},
207-
'forwardWin': {
208-
'width': 1000,
209-
'path': 'M957.229 795.323h-118.493v-882.751h118.493v882.751zM424 -87.4277v882.751l414.735 -441.323zM9.29199 -87.4277v882.751l414.708 -441.323z',
210-
'ascent': 850,
211-
'descent': -150
212-
},
213-
'backwardWin': {
214-
'width': 1000,
215-
'path': 'M11.5732 -116.555l118.493 0.204102l-1.52637 882.751l-118.492 -0.205078zM543.275 767.117l1.52539 -882.75l-415.497 440.605zM957.982 767.833l1.52637 -882.749l-415.47 440.605z',
216-
'ascent': 850,
217-
'descent': -150
218-
},
219195
'toHelp': {
220196
'width': 857.1,
221197
'path': 'm500 82v107q0 8-5 13t-13 5h-107q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h107q8 0 13 5t5 13z m143 375q0 49-31 91t-77 65-95 23q-136 0-207-119-9-14 4-24l74-55q4-4 10-4 9 0 14 7 30 38 48 51 19 14 48 14 27 0 48-15t21-33q0-21-11-34t-38-25q-35-16-65-48t-29-70v-20q0-8 5-13t13-5h107q8 0 13 5t5 13q0 10 12 27t30 28q18 10 28 16t25 19 25 27 16 34 7 45z m214-107q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z',
222198
'ascent': 850,
223199
'descent': -150
224-
},
225-
'flag': {
226-
'width': 1792,
227-
'path': 'M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z',
228-
'ascent': 850,
229-
'descent': -150
230-
},
231-
'map_marker': {
232-
'width': 1024,
233-
'path': 'M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z',
234-
'ascent': 850,
235-
'descent': -150
236200
}
237201
};
238202

dist/plotly-finance.min.js

+21-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-geo.js

-36
Original file line numberDiff line numberDiff line change
@@ -192,47 +192,11 @@ module.exports = {
192192
'ascent': 850,
193193
'descent': -150
194194
},
195-
'forward': {
196-
'width': 944,
197-
'path': 'M471.001 -82.8945v833.781l463.091 -416.887zM8.01953 -82.8945v833.781l462.98 -416.887z',
198-
'ascent': 850,
199-
'descent': -150
200-
},
201-
'backward': {
202-
'width': 966,
203-
'path': 'M487.999 760.895v-833.781l-463.091 416.887zM950.979 760.895v-833.781l-462.979 416.887z',
204-
'ascent': 850,
205-
'descent': -150
206-
},
207-
'forwardWin': {
208-
'width': 1000,
209-
'path': 'M957.229 795.323h-118.493v-882.751h118.493v882.751zM424 -87.4277v882.751l414.735 -441.323zM9.29199 -87.4277v882.751l414.708 -441.323z',
210-
'ascent': 850,
211-
'descent': -150
212-
},
213-
'backwardWin': {
214-
'width': 1000,
215-
'path': 'M11.5732 -116.555l118.493 0.204102l-1.52637 882.751l-118.492 -0.205078zM543.275 767.117l1.52539 -882.75l-415.497 440.605zM957.982 767.833l1.52637 -882.749l-415.47 440.605z',
216-
'ascent': 850,
217-
'descent': -150
218-
},
219195
'toHelp': {
220196
'width': 857.1,
221197
'path': 'm500 82v107q0 8-5 13t-13 5h-107q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h107q8 0 13 5t5 13z m143 375q0 49-31 91t-77 65-95 23q-136 0-207-119-9-14 4-24l74-55q4-4 10-4 9 0 14 7 30 38 48 51 19 14 48 14 27 0 48-15t21-33q0-21-11-34t-38-25q-35-16-65-48t-29-70v-20q0-8 5-13t13-5h107q8 0 13 5t5 13q0 10 12 27t30 28q18 10 28 16t25 19 25 27 16 34 7 45z m214-107q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z',
222198
'ascent': 850,
223199
'descent': -150
224-
},
225-
'flag': {
226-
'width': 1792,
227-
'path': 'M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z',
228-
'ascent': 850,
229-
'descent': -150
230-
},
231-
'map_marker': {
232-
'width': 1024,
233-
'path': 'M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z',
234-
'ascent': 850,
235-
'descent': -150
236200
}
237201
};
238202

dist/plotly-geo.min.js

+21-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-gl2d.js

-36
Original file line numberDiff line numberDiff line change
@@ -192,47 +192,11 @@ module.exports = {
192192
'ascent': 850,
193193
'descent': -150
194194
},
195-
'forward': {
196-
'width': 944,
197-
'path': 'M471.001 -82.8945v833.781l463.091 -416.887zM8.01953 -82.8945v833.781l462.98 -416.887z',
198-
'ascent': 850,
199-
'descent': -150
200-
},
201-
'backward': {
202-
'width': 966,
203-
'path': 'M487.999 760.895v-833.781l-463.091 416.887zM950.979 760.895v-833.781l-462.979 416.887z',
204-
'ascent': 850,
205-
'descent': -150
206-
},
207-
'forwardWin': {
208-
'width': 1000,
209-
'path': 'M957.229 795.323h-118.493v-882.751h118.493v882.751zM424 -87.4277v882.751l414.735 -441.323zM9.29199 -87.4277v882.751l414.708 -441.323z',
210-
'ascent': 850,
211-
'descent': -150
212-
},
213-
'backwardWin': {
214-
'width': 1000,
215-
'path': 'M11.5732 -116.555l118.493 0.204102l-1.52637 882.751l-118.492 -0.205078zM543.275 767.117l1.52539 -882.75l-415.497 440.605zM957.982 767.833l1.52637 -882.749l-415.47 440.605z',
216-
'ascent': 850,
217-
'descent': -150
218-
},
219195
'toHelp': {
220196
'width': 857.1,
221197
'path': 'm500 82v107q0 8-5 13t-13 5h-107q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h107q8 0 13 5t5 13z m143 375q0 49-31 91t-77 65-95 23q-136 0-207-119-9-14 4-24l74-55q4-4 10-4 9 0 14 7 30 38 48 51 19 14 48 14 27 0 48-15t21-33q0-21-11-34t-38-25q-35-16-65-48t-29-70v-20q0-8 5-13t13-5h107q8 0 13 5t5 13q0 10 12 27t30 28q18 10 28 16t25 19 25 27 16 34 7 45z m214-107q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z',
222198
'ascent': 850,
223199
'descent': -150
224-
},
225-
'flag': {
226-
'width': 1792,
227-
'path': 'M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z',
228-
'ascent': 850,
229-
'descent': -150
230-
},
231-
'map_marker': {
232-
'width': 1024,
233-
'path': 'M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z',
234-
'ascent': 850,
235-
'descent': -150
236200
}
237201
};
238202

dist/plotly-gl2d.min.js

+30-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)