diff --git a/docs/manual/tutorial/event.zh.md b/docs/manual/tutorial/event.zh.md index 26c23f0c87..2c2a92256e 100644 --- a/docs/manual/tutorial/event.zh.md +++ b/docs/manual/tutorial/event.zh.md @@ -23,7 +23,7 @@ G2 4.0 提供了丰富的事件机制,包括几大类: ```javascript chart.on('click', (ev) => { - const shape = eve.shape; + const shape = ev.shape; if (shape) { // do something }