Set bubble transparency in Highcharts? -


is there way influence transparency of bubbles in highcharts bubble charts? looking configuration comparable area fillcolor, didn't find one.

i tried using rgba colors series, so:

       series: [{         color: "rgba(255,0,0,0.5)",         data: [  

but made border semi transparent.

edit: tried use marker fillcolor:

series: [{         color: "rgba(255,0,0,1)",         marker: {             fillcolor: "rgba(255,0,0,0.1)"         }, 

but doesn't influence transparency

you can use fillopacity parameter,

marker: {           fillopacity:0.3         } 

http://jsfiddle.net/g8jcl/116/


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -