| Page 1 of 1 | [ 2 posts ] |
|
I have a chart placed here (warning lots of data, slow loading time)
I need to make some of the buckets to be transparent as they are not visible enough. How to do that? Do you have some other idea? http://jsfiddle.net/pentium10/3yAZT/1/ |
|
You can update your series styles to specify alpha values for the marker borders and fills.
Code: var styleDef = { series: { bucket1: { line: { weight: 5 }, marker: { fill: { alpha:0.3 }, border: { weight: 1, alpha: 0.4 }, width: 7, height: 7 } }, bucket2: { line: { weight: 10 }, marker: { fill: { alpha: 0.3 }, border: { weight: 2, alpha: 0.4 }, width:14, height: 14 } } } }; Thanks, Tripp |
| Page 1 of 1 | [ 2 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group