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
Comments
Post a Comment