plainheart commented on a change in pull request #15847:
URL: https://github.com/apache/echarts/pull/15847#discussion_r730375600
##########
File path: src/chart/line/LineSeries.ts
##########
@@ -118,6 +118,8 @@ export interface LineSeriesOption extends
SeriesOption<LineStateOption<CallbackD
showAllSymbol?: 'auto' | boolean
data?: (LineDataValue | LineDataItemOption)[]
+
+ enableLineEvent?: boolean
Review comment:
How about naming it `triggerEvent`? It has been used somewhere.
And will it be confusing if someone uses both this option and the present
`silent` option...?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]