Skip to content

Commit 2511095

Browse files
committed
update doc
1 parent d52e4f1 commit 2511095

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ render(){
5454
return (
5555
<PlotlyChart data={data}
5656
layout={layout}
57-
onClick={({points, event}) => console.log(points, event)}> )
57+
onClick={({points, event}) => console.log(points, event)} />
58+
)
5859
}
5960
```
6061

0 commit comments

Comments
 (0)