Skip to content

Commit 14e03db

Browse files
committed
Version bump
1 parent c87af39 commit 14e03db

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-chart-editor",
33
"description": "plotly.js chart editor react component UI",
4-
"version": "0.41.8",
4+
"version": "0.42.0",
55
"author": "Plotly, Inc.",
66
"bugs": {
77
"url": "https://github.com/plotly/react-chart-editor/issues"

scripts/translationKeys/combined-translation-keys.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ Click on the + button above to add a trace.
156156
Click on the + button above to add a transform. // react-chart-editor: /components/containers/TransformAccordion.js:129
157157
Click on the + button above to add an annotation. // react-chart-editor: /components/containers/AnnotationAccordion.js:63
158158
Click on the + button above to add an image. // react-chart-editor: /components/containers/ImageAccordion.js:61
159-
Click to enter Colorscale title // plotly.js: plots/plots.js:334
159+
Click to enter Colorscale title // plotly.js: plots/plots.js:335
160160
Click to enter Component A title // plotly.js: plots/ternary/ternary.js:380
161161
Click to enter Component B title // plotly.js: plots/ternary/ternary.js:390
162162
Click to enter Component C title // plotly.js: plots/ternary/ternary.js:400
163163
Click to enter Plot title // plotly.js: plot_api/plot_api.js:586
164-
Click to enter X axis title // plotly.js: plots/plots.js:332
165-
Click to enter Y axis title // plotly.js: plots/plots.js:333
164+
Click to enter X axis title // plotly.js: plots/plots.js:333
165+
Click to enter Y axis title // plotly.js: plots/plots.js:334
166166
Click to enter radial axis title // plotly.js: plots/polar/polar.js:492
167167
Clip To // react-chart-editor: /components/fields/HoverLabelNameLength.js:54
168168
Clip on Axes // react-chart-editor: /default_panels/StyleTracesPanel.js:706
@@ -606,12 +606,12 @@ Relative to
606606
Relative to Grid // react-chart-editor: /default_panels/StyleImagesPanel.js:36
607607
Remainder // react-chart-editor: /default_panels/GraphCreatePanel.js:49
608608
Rendering // react-chart-editor: /components/fields/TraceSelector.js:139
609-
Reset // plotly.js: components/modebar/buttons.js:502
609+
Reset // plotly.js: components/modebar/buttons.js:505
610610
Reset axes // plotly.js: components/modebar/buttons.js:218
611611
Reset camera to default // plotly.js: components/modebar/buttons.js:376
612612
Reset camera to last save // plotly.js: components/modebar/buttons.js:384
613-
Reset view // plotly.js: components/modebar/buttons.js:583
614-
Reset views // plotly.js: components/modebar/buttons.js:621
613+
Reset view // plotly.js: components/modebar/buttons.js:586
614+
Reset views // plotly.js: components/modebar/buttons.js:624
615615
Resolution // react-chart-editor: /default_panels/StyleMapsPanel.js:112
616616
Reversed // react-chart-editor: /components/fields/MarkerColor.js:187
617617
Reversed and Grouped // react-chart-editor: /default_panels/StyleLegendPanel.js:97
@@ -763,8 +763,8 @@ Titles
763763
To Date // react-chart-editor: /default_panels/StyleAxesPanel.js:420
764764
To Next // react-chart-editor: /components/fields/derived.js:677
765765
To Self // react-chart-editor: /components/fields/derived.js:676
766-
Toggle Spike Lines // plotly.js: components/modebar/buttons.js:640
767-
Toggle show closest data on hover // plotly.js: components/modebar/buttons.js:430
766+
Toggle Spike Lines // plotly.js: components/modebar/buttons.js:643
767+
Toggle show closest data on hover // plotly.js: components/modebar/buttons.js:433
768768
Top // react-chart-editor: /components/fields/derived.js:105
769769
Top Center // react-chart-editor: /components/fields/TextPosition.js:87
770770
Top Left // react-chart-editor: /components/fields/TextPosition.js:86
@@ -899,7 +899,7 @@ mean ± σ:
899899
mean: // plotly.js: traces/box/calc.js:288
900900
median: // plotly.js: traces/box/calc.js:283
901901
min: // plotly.js: traces/box/calc.js:284
902-
new text // plotly.js: plots/plots.js:335 && react-chart-editor: /components/containers/AnnotationAccordion.js:44
902+
new text // plotly.js: plots/plots.js:336 && react-chart-editor: /components/containers/AnnotationAccordion.js:44
903903
noon // react-chart-editor: /components/widgets/DateTimePicker.js:145
904904
open: // plotly.js: traces/ohlc/calc.js:107
905905
outgoing flow count: // plotly.js: traces/sankey/plot.js:169
@@ -912,7 +912,7 @@ scaled
912912
source: // plotly.js: traces/sankey/plot.js:165
913913
target: // plotly.js: traces/sankey/plot.js:166
914914
to upload here or click to choose a file from your computer. // react-chart-editor: /components/widgets/Dropzone.js:57
915-
trace // plotly.js: plots/plots.js:337
915+
trace // plotly.js: plots/plots.js:338
916916
transforms allow you to create multiple traces from one source trace, so as to style them differently. // react-chart-editor: /components/containers/TransformAccordion.js:113
917917
transforms allow you to filter data out from a trace. // react-chart-editor: /components/containers/TransformAccordion.js:108
918918
transforms allow you to sort a trace, so as to control marker overlay or line connection order. // react-chart-editor: /components/containers/TransformAccordion.js:125

0 commit comments

Comments
 (0)