Ovilia commented on code in PR #17720:
URL: https://github.com/apache/echarts/pull/17720#discussion_r1092920754
##########
src/chart/line/LineView.ts:
##########
@@ -1028,7 +1030,8 @@ class LineView extends ChartView {
polyline = new ECPolyline({
shape: {
- points
+ points,
+ loop
Review Comment:
Can `ECPolygon` be used if `loop` is true? If so, you don't have to
implement the loop logic.
--
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]