Skip to content

Commit

Permalink
Merge pull request #1100 from plotly/pjs158
Browse files Browse the repository at this point in the history
Plotly.js 1.58.x upgrade + version bump
  • Loading branch information
dmt0 authored Dec 4, 2020
2 parents 75aaff0 + 9959681 commit a0272e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions 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.43.0",
"version": "0.44.0",
"author": "Plotly, Inc.",
"bugs": {
"url": "https://github.com/plotly/react-chart-editor/issues"
Expand Down Expand Up @@ -35,14 +35,14 @@
"fast-isnumeric": "1.1.4",
"immutability-helper": "3.1.1",
"plotly-icons": "1.3.14",
"plotly.js": "1.57.x",
"plotly.js": "1.58.x",
"prop-types": "15.7.2",
"raf": "3.4.1",
"react-color": "2.19.3",
"react-colorscales": "0.7.3",
"react-day-picker": "7.4.8",
"react-dropzone": "10.2.2",
"react-plotly.js": "2.5.0",
"react-plotly.js": "2.5.1",
"react-rangeslider": "2.2.0",
"react-resizable-rotatable-draggable": "0.2.0",
"react-select": "2.4.4",
Expand Down Expand Up @@ -82,7 +82,7 @@
"jest-cli": "26.6.3",
"mkdirp": "1.0.4",
"node-sass": "4.14.1",
"postcss": "8.1.10",
"postcss": "8.1.14",
"postcss-combine-duplicated-selectors": "10.0.2",
"postcss-custom-properties": "8.0.11",
"postcss-remove-root": "0.0.2",
Expand Down
12 changes: 6 additions & 6 deletions scripts/translationKeys/combined-translation-keys.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,13 @@ Click on the + button above to add a transform.
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: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 Component A title // plotly.js: plots/ternary/ternary.js:381
Click to enter Component B title // plotly.js: plots/ternary/ternary.js:391
Click to enter Component C title // plotly.js: plots/ternary/ternary.js:401
Click to enter Plot title // plotly.js: plot_api/plot_api.js:604
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
Click to enter radial axis title // plotly.js: plots/polar/polar.js:494
Clip To // react-chart-editor: /components/fields/HoverLabelNameLength.js:54
Clip on Axes // react-chart-editor: /default_panels/StyleTracesPanel.js:705
Clockwise // react-chart-editor: /components/fields/derived.js:113
Expand Down Expand Up @@ -248,7 +248,7 @@ Distributions
Divergence // react-chart-editor: /components/fields/derived.js:633
Diverging // react-chart-editor: /default_panels/StyleLayoutPanel.js:41
Double-click on legend to isolate one trace // plotly.js: components/legend/handle_click.js:27
Double-click to zoom back out // plotly.js: plots/cartesian/dragbox.js:1119
Double-click to zoom back out // plotly.js: plots/cartesian/dragbox.js:1172
Download plot // plotly.js: components/modebar/buttons.js:53
Download plot as a png // plotly.js: components/modebar/buttons.js:52
Drag // react-chart-editor: /default_panels/StyleLayoutPanel.js:125
Expand Down

0 comments on commit a0272e4

Please sign in to comment.