Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dmt0 committed Sep 8, 2020
1 parent c87af39 commit 14e03db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-chart-editor",
"description": "plotly.js chart editor react component UI",
"version": "0.41.8",
"version": "0.42.0",
"author": "Plotly, Inc.",
"bugs": {
"url": "https://github.com/plotly/react-chart-editor/issues"
Expand Down
20 changes: 10 additions & 10 deletions scripts/translationKeys/combined-translation-keys.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@ Click on the + button above to add a trace.
Click on the + button above to add a transform. // react-chart-editor: /components/containers/TransformAccordion.js:129
Click on the + button above to add an annotation. // react-chart-editor: /components/containers/AnnotationAccordion.js:63
Click on the + button above to add an image. // react-chart-editor: /components/containers/ImageAccordion.js:61
Click to enter Colorscale title // plotly.js: plots/plots.js:334
Click to enter Colorscale title // plotly.js: plots/plots.js:335
Click to enter Component A title // plotly.js: plots/ternary/ternary.js:380
Click to enter Component B title // plotly.js: plots/ternary/ternary.js:390
Click to enter Component C title // plotly.js: plots/ternary/ternary.js:400
Click to enter Plot title // plotly.js: plot_api/plot_api.js:586
Click to enter X axis title // plotly.js: plots/plots.js:332
Click to enter Y axis title // plotly.js: plots/plots.js:333
Click to enter X axis title // plotly.js: plots/plots.js:333
Click to enter Y axis title // plotly.js: plots/plots.js:334
Click to enter radial axis title // plotly.js: plots/polar/polar.js:492
Clip To // react-chart-editor: /components/fields/HoverLabelNameLength.js:54
Clip on Axes // react-chart-editor: /default_panels/StyleTracesPanel.js:706
Expand Down Expand Up @@ -606,12 +606,12 @@ Relative to
Relative to Grid // react-chart-editor: /default_panels/StyleImagesPanel.js:36
Remainder // react-chart-editor: /default_panels/GraphCreatePanel.js:49
Rendering // react-chart-editor: /components/fields/TraceSelector.js:139
Reset // plotly.js: components/modebar/buttons.js:502
Reset // plotly.js: components/modebar/buttons.js:505
Reset axes // plotly.js: components/modebar/buttons.js:218
Reset camera to default // plotly.js: components/modebar/buttons.js:376
Reset camera to last save // plotly.js: components/modebar/buttons.js:384
Reset view // plotly.js: components/modebar/buttons.js:583
Reset views // plotly.js: components/modebar/buttons.js:621
Reset view // plotly.js: components/modebar/buttons.js:586
Reset views // plotly.js: components/modebar/buttons.js:624
Resolution // react-chart-editor: /default_panels/StyleMapsPanel.js:112
Reversed // react-chart-editor: /components/fields/MarkerColor.js:187
Reversed and Grouped // react-chart-editor: /default_panels/StyleLegendPanel.js:97
Expand Down Expand Up @@ -763,8 +763,8 @@ Titles
To Date // react-chart-editor: /default_panels/StyleAxesPanel.js:420
To Next // react-chart-editor: /components/fields/derived.js:677
To Self // react-chart-editor: /components/fields/derived.js:676
Toggle Spike Lines // plotly.js: components/modebar/buttons.js:640
Toggle show closest data on hover // plotly.js: components/modebar/buttons.js:430
Toggle Spike Lines // plotly.js: components/modebar/buttons.js:643
Toggle show closest data on hover // plotly.js: components/modebar/buttons.js:433
Top // react-chart-editor: /components/fields/derived.js:105
Top Center // react-chart-editor: /components/fields/TextPosition.js:87
Top Left // react-chart-editor: /components/fields/TextPosition.js:86
Expand Down Expand Up @@ -899,7 +899,7 @@ mean ± σ:
mean: // plotly.js: traces/box/calc.js:288
median: // plotly.js: traces/box/calc.js:283
min: // plotly.js: traces/box/calc.js:284
new text // plotly.js: plots/plots.js:335 && react-chart-editor: /components/containers/AnnotationAccordion.js:44
new text // plotly.js: plots/plots.js:336 && react-chart-editor: /components/containers/AnnotationAccordion.js:44
noon // react-chart-editor: /components/widgets/DateTimePicker.js:145
open: // plotly.js: traces/ohlc/calc.js:107
outgoing flow count: // plotly.js: traces/sankey/plot.js:169
Expand All @@ -912,7 +912,7 @@ scaled
source: // plotly.js: traces/sankey/plot.js:165
target: // plotly.js: traces/sankey/plot.js:166
to upload here or click to choose a file from your computer. // react-chart-editor: /components/widgets/Dropzone.js:57
trace // plotly.js: plots/plots.js:337
trace // plotly.js: plots/plots.js:338
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
transforms allow you to filter data out from a trace. // react-chart-editor: /components/containers/TransformAccordion.js:108
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
Expand Down

0 comments on commit 14e03db

Please sign in to comment.