We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d042ca commit 5141dd6Copy full SHA for 5141dd6
README.md
@@ -48,7 +48,7 @@ class App extends React.Component {
48
x: [1, 2, 3],
49
y: [2, 6, 3],
50
type: 'scatter',
51
- mode: 'lines+points',
+ mode: 'lines+markers',
52
marker: {color: 'red'},
53
},
54
{type: 'bar', x: [1, 2, 3], y: [2, 5, 3]},
0 commit comments