Ovilia commented on a change in pull request #9171: fix #8009 & #5969, symbol 
symbolSize and opacity setting for category itemStyle in graph
URL: https://github.com/apache/incubator-echarts/pull/9171#discussion_r223923610
 
 

 ##########
 File path: src/chart/graph/categoryVisual.js
 ##########
 @@ -53,8 +67,29 @@ export default function (ecModel) {
                             categoriesData.getItemVisual(category, 'color')
                         );
                     }
+                    if (!data.getItemVisual(idx, 'opacity', true)) {
 
 Review comment:
   `symbolRotate`, `symbolKeepAspect`, `symbolOffset` is not implemented here. 
   Check 
[Symbol.js](https://github.com/apache/incubator-echarts/blob/0a0d43e5dc8e1bbde9c8566f7cf98906eba0579f/src/chart/helper/Symbol.js#L178)
 to see if it's useful.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org

Reply via email to