Ovilia commented on code in PR #17471:
URL: https://github.com/apache/echarts/pull/17471#discussion_r1730873376


##########
src/chart/graph/GraphSeries.ts:
##########
@@ -509,6 +517,28 @@ class GraphSeriesModel extends 
SeriesModel<GraphSeriesOption> {
             itemStyle: {
                 borderColor: '#212121'
             }
+        },
+
+        thumbnail: {
+            show: false,
+
+            right: 0,
+            bottom: 0,
+
+            height: '25%',
+            width: '25%',

Review Comment:
   I think it's Okay. But I will change it into 20% width and 20% height.



-- 
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]

Reply via email to