Skip to content

Commit 2ab8f52

Browse files
gricey432nicolaskruchten
authored andcommitted
Fix incorrect plot mode in react example (#1559)
1 parent 592ff4b commit 2ab8f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/plotly_js/fundamentals/react/2018-01-16-quick_start.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
x: [1, 2, 3],
2323
y: [2, 6, 3],
2424
type: 'scatter',
25-
mode: 'lines+points',
25+
mode: 'lines+markers',
2626
marker: {color: 'red'},
2727
},
2828
{type: 'bar', x: [1, 2, 3], y: [2, 5, 3]},

0 commit comments

Comments
 (0)