diff --git a/_posts/plotly_js/fundamentals/react/2018-01-16-quick_start.html b/_posts/plotly_js/fundamentals/react/2018-01-16-quick_start.html index 6b13c52e1aa1..447c28fe3b0c 100644 --- a/_posts/plotly_js/fundamentals/react/2018-01-16-quick_start.html +++ b/_posts/plotly_js/fundamentals/react/2018-01-16-quick_start.html @@ -23,7 +23,7 @@ x: [1, 2, 3], y: [2, 6, 3], type: 'scatter', - mode: 'lines+points', + mode: 'lines+markers', marker: {color: 'red'}, }, {type: 'bar', x: [1, 2, 3], y: [2, 5, 3]},