Ovilia commented on code in PR #17720:
URL: https://github.com/apache/echarts/pull/17720#discussion_r1094079241
##########
src/chart/line/LineView.ts:
##########
@@ -1028,7 +1030,8 @@ class LineView extends ChartView {
polyline = new ECPolyline({
shape: {
- points
+ points,
+ loop
Review Comment:
Yes. I think if it passes the test, you can use `ECPolygon` and remove
[getPoints](https://github.com/apache/echarts/pull/17720/files#diff-d8a9111d50b6c82ff1bceceef47695d31bd3b1d4cd219d6938bc654cae5056c1R214).
--
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]