
Suppose we need a pie chart with background color. If we set the background color for labels to i.e. cyan, and the background of the area to cyan as well, we shouldn't have anything in White color.
Check example here:
Code: Select all
chart.apis.google.com/chart?chf=bg,s,8ef1fd|c,s,8ef1fd&chco=b00404&chl=Local[14]|Long+Distance[122]|Vodafone[19]|Cosmote[45]|TIM[12]&chtt=Total+Calls+Count&cht=p&chs=600x300&chd=t:14,122,19,45,12
Code: Select all
<local_server>/eastwood/chart?chf=bg,s,8ef1fd|c,s,8ef1fd&chco=b00404&chl=Local[14]|Long+Distance[122]|Vodafone[19]|Cosmote[45]|TIM[12]&chtt=Total+Calls+Count&cht=p&chs=600x300&chd=t:14,122,19,45,12
Keep up the good work.
