jiawulin001 commented on a change in pull request #235:
URL: https://github.com/apache/echarts-doc/pull/235#discussion_r837303456



##########
File path: zh/option/series/treemap.md
##########
@@ -818,12 +800,6 @@ treemap 默认把第一个维度(Array 第一项)映射到『面积』上。
 矩形的颜色。默认从全局调色盘 [option.color](~color) 获取颜色。
 
 {{ if: ${itemStyleType} === 'normal' }}
-#${prefix} colorAlpha(number) = null
-
-<ExampleUIControlNumber step="0.01" min="0" max="1" default="1" />
-
-矩形颜色的透明度。取值范围是 0 ~ 1 之间的浮点数。
-
 #${prefix} colorSaturation(number) = null

Review comment:
       For this part, color saturation is a part of hsv mode. But according to 
https://echarts.apache.org/zh/option.html#color, all Echarts provides is rgb 
mode, which means if deleting `colorSaturation` developers have no ways to 
adjust saturation. 
   However, it's not tested whether it can work properly.




-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to