Ovilia commented on code in PR #13:
URL: https://github.com/apache/echarts-website/pull/13#discussion_r1496767925


##########
examples/examples/ts/scatter-aggregate-bar.ts:
##########
@@ -171,11 +171,14 @@ const barOption: echarts.EChartsOption = {
       data: [
         {
           value: calculateAverage(maleDeta, 0),
-          groupId: 'male'
+          groupId: 'female',

Review Comment:
   I think the `groupId` should not be changed, and you don't have to add 
`itemStyle.color`. Instead, we could use `colorBy: 'data'`.



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