Skip to content

Commit cf6a44c

Browse files
authored
Merge pull request #527 from plotly/v0.17.4
V0.17.4
2 parents e41e11b + a5595ab commit cf6a44c

File tree

4 files changed

+507
-415
lines changed

4 files changed

+507
-415
lines changed

dev/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ class App extends Component {
156156
debug
157157
advancedTraceTypeSelector
158158
showFieldTooltips
159-
traceTypesConfig={traceTypesConfig}
160-
useAsDefaultTrace={{type: 'scattergl'}}
159+
// traceTypesConfig={traceTypesConfig}
160+
// useAsDefaultTrace={{type: 'scattergl', mode: 'markers'}}
161161
>
162162
<DefaultEditor>
163163
<GraphTransformsPanel group="Dev" name="Transforms" />

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.17.3",
4+
"version": "0.17.4",
55
"author": "Plotly, Inc.",
66
"bugs": {
77
"url": "https://github.com/plotly/react-chart-editor/issues"

0 commit comments

Comments
 (0)