views:

275

answers:

0

Hello people. Through my search for a open-source charting system, I found the YUI library. So here is the question. How can I make the x-axis and y-axis transparent.

style: { border: {color: 0xD0D696, size: 1}, font: {name: "Arial", size: 10, color: 0x559330}, dataTip: { border: {color: 0x559330, size: 1}, font: {name: "Arial", size: 13, color: 0x586b71} }, xAxis: { color: 0x559330 }, yAxis: { color: 0x559330, majorTicks: {color: 0x2e434d, length: 4}, minorTicks: {color: 0x2e434d, length: 2}, majorGridLines: {size: 1, color: 0xF7ECBB} } }

The bolded text is what I want to change. I tried color: "transparent", but with no luck. I checked the docs briefly, but no reference to transparent backgrounds.