Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a20cb01

Browse filesBrowse files
committed
Merge branch 'master' into filter-enabled-false-when-empty-target-array
2 parents 40c8abc + 6ae0349 commit a20cb01
Copy full SHA for a20cb01

File tree

Expand file treeCollapse file tree

188 files changed

+10197
-1652
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

188 files changed

+10197
-1652
lines changed

‎lib/funnel.js

Copy file name to clipboard
+11Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/**
2+
* Copyright 2012-2019, Plotly, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the MIT license found in the
6+
* LICENSE file in the root directory of this source tree.
7+
*/
8+
9+
'use strict';
10+
11+
module.exports = require('../src/traces/funnel');

‎lib/index-finance.js

Copy file name to clipboardExpand all lines: lib/index-finance.js
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Plotly.register([
1616
require('./pie'),
1717
require('./ohlc'),
1818
require('./candlestick'),
19+
require('./funnel'),
1920
require('./waterfall')
2021
]);
2122

‎lib/index.js

Copy file name to clipboardExpand all lines: lib/index.js
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Plotly.register([
2121
require('./contour'),
2222
require('./scatterternary'),
2323
require('./violin'),
24+
require('./funnel'),
2425
require('./waterfall'),
2526

2627
require('./pie'),

‎lib/locales/sv.js

Copy file name to clipboardExpand all lines: lib/locales/sv.js
+62-1Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,68 @@
1111
module.exports = {
1212
moduleType: 'locale',
1313
name: 'sv',
14-
dictionary: {},
14+
dictionary: {
15+
'Autoscale': 'Autoskala', // components/modebar/buttons.js:148
16+
'Box Select': 'Välj rektangel', // components/modebar/buttons.js:112
17+
'Click to enter Colorscale title': 'Klicka för att ange titel på färgskala', // plots/plots.js:326
18+
'Click to enter Component A title': 'Klicka för att ange titel på komponent A', // plots/ternary/ternary.js:376
19+
'Click to enter Component B title': 'Klicka för att ange titel på komponent B', // plots/ternary/ternary.js:386
20+
'Click to enter Component C title': 'Klicka för att ange titel på komponent C', // plots/ternary/ternary.js:396
21+
'Click to enter Plot title': 'Klicka för att ange titel på diagram', // plot_api/plot_api.js:584
22+
'Click to enter X axis title': 'Klicka för att ange titel på x-axel', // plots/plots.js:324
23+
'Click to enter Y axis title': 'Klicka för att ange titel på y-axel', // plots/plots.js:325
24+
'Click to enter radial axis title': 'Klicka för att ange titel på radiell axel', // plots/polar/polar.js:498
25+
'Compare data on hover': 'Jämför data när muspekaren hålls över', // components/modebar/buttons.js:176
26+
'Double-click on legend to isolate one trace': 'Dubbelklicka på förklaringen för att visa endast en serie', // components/legend/handle_click.js:89
27+
'Double-click to zoom back out': 'Dubbelklicka för att zooma ut igen', // plots/cartesian/dragbox.js:1089
28+
'Download plot': 'Ladda ner diagram', // components/modebar/buttons.js:53
29+
'Download plot as a png': 'Ladda ner diagram som png', // components/modebar/buttons.js:52
30+
'Edit in Chart Studio': 'Editera i Chart Studio', // components/modebar/buttons.js:85
31+
'IE only supports svg. Changing format to svg.': 'IE stöder enbart svg. Byter format till svg.', // components/modebar/buttons.js:63
32+
'Lasso Select': 'Välj lasso', // components/modebar/buttons.js:121
33+
'Orbital rotation': 'Orbital rotation', // components/modebar/buttons.js:281
34+
'Pan': 'Panorera', // components/modebar/buttons.js:103
35+
'Produced with Plotly': 'Skapad med Plotly', // components/modebar/modebar.js:304
36+
'Reset': 'Återställ', // components/modebar/buttons.js:433
37+
'Reset axes': 'Återställ axlar', // components/modebar/buttons.js:157
38+
'Reset camera to default': 'Återställ kamera till standard', // components/modebar/buttons.js:319
39+
'Reset camera to last save': 'Återställ kamera till senast sparad', // components/modebar/buttons.js:327
40+
'Reset view': 'Återställ vy', // components/modebar/buttons.js:512
41+
'Reset views': 'Återställ vyer', // components/modebar/buttons.js:550
42+
'Show closest data on hover': 'Visa närmaste värde när muspekaren hålls över', // components/modebar/buttons.js:166
43+
'Snapshot succeeded': 'Bild skapad', // components/modebar/buttons.js:75
44+
'Sorry, there was a problem downloading your snapshot!': 'Tyvärr gick något fel vid nedladdning av bild', // components/modebar/buttons.js:78
45+
'Taking snapshot - this may take a few seconds': 'Skapar bild - detta kan ta några sekunder', // components/modebar/buttons.js:60
46+
'Toggle Spike Lines': 'Aktivera/Inaktivera topplinjer', // components/modebar/buttons.js:569
47+
'Toggle show closest data on hover': 'Aktivera/Inaktivera visa närmaste värde när muspekaren hålls över', // components/modebar/buttons.js:361
48+
'Turntable rotation': 'Platt rotation', // components/modebar/buttons.js:290
49+
'Zoom': 'Zooma', // components/modebar/buttons.js:94
50+
'Zoom in': 'Zooma in', // components/modebar/buttons.js:130
51+
'Zoom out': 'Zooma ut', // components/modebar/buttons.js:139
52+
'close:': 'stängning:', // traces/ohlc/calc.js:106
53+
'concentration:': 'koncentration:', // traces/sankey/plot.js:166
54+
'high:': 'hög:', // traces/ohlc/calc.js:104
55+
'incoming flow count:': 'inkommande flöde summering:', // traces/sankey/plot.js:167
56+
'kde:': 'kde:', // traces/violin/calc.js:94
57+
'lat:': 'lat:', // traces/scattergeo/calc.js:48
58+
'lon:': 'lon:', // traces/scattergeo/calc.js:49
59+
'low:': 'låg:', // traces/ohlc/calc.js:105
60+
'lower fence:': 'undre gräns:', // traces/box/calc.js:146
61+
'max:': 'max:', // traces/box/calc.js:144
62+
'mean ± σ:': 'medel ± σ:', // traces/box/calc.js:145
63+
'mean:': 'medel:', // traces/box/calc.js:145
64+
'median:': 'median:', // traces/box/calc.js:140
65+
'min:': 'min:', // traces/box/calc.js:141
66+
'new text': 'ny text', // plots/plots.js:327
67+
'open:': 'öppning:', // traces/ohlc/calc.js:103
68+
'outgoing flow count:': 'utgående flöde summering:', // traces/sankey/plot.js:168
69+
'q1:': 'q1:', // traces/box/calc.js:142
70+
'q3:': 'q3:', // traces/box/calc.js:143
71+
'source:': 'källa:', // traces/sankey/plot.js:164
72+
'target:': 'mål:', // traces/sankey/plot.js:165
73+
'trace': 'serie', // plots/plots.js:329
74+
'upper fence:': 'övre gräns:', // traces/box/calc.js:147
75+
},
1576
format: {
1677
days: ['Söndag', 'Måndag', 'Tisdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lördag'],
1778
shortDays: ['Sön', 'Mån', 'Tis', 'Ons', 'Tor', 'Fre', 'Lör'],

‎src/components/colorbar/connect.js

Copy file name to clipboardExpand all lines: src/components/colorbar/connect.js
-66Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.