gvorster

Members
  • Content count

    8
  • Joined

  • Last visited

About gvorster

  • Rank
    Forum Newbie
  1. Doughnut2d chart center background color

    Excellent, thanks!
  2. Is it possible to set a different background color for the center of the doughnut? In the fiddle I created an example where the background is black. I would like the center background to be of a different color. http://jsfiddle.net/gvorster/x4L47hd0/2/ Like this for example:
  3. getChartFromId not Working?

    Hi, It is solved by setting global security settings in flash settings to "allow"
  4. getChartFromId not Working?

    I too have this message and we have an oem licence. "chart.setDataXML is not a function"
  5. clickURL

    Is there a way to instead of a single click using a double click to launch the URL? When you use "enableRotation='1'" trying to rotate launches the url and you have to keep the right button presses to rotate the chart.
  6. When rendering a chart I see a short flicker. I am using setDataURL Is it possible to set the background color to black when rendering a chart? I use a black background and now I see a short white flicker when the chart is rendered. I tried to set "style=display:none" for the div. And setting it to "display:inline" after chart.render("divName"> But that doesn't work.
  7. Background color using Pie2D chart

    Sorry in another thread the following solution works for Pie2D chart: bgAlpha='100' bgColor="000000,000000"
  8. Hello, I use the following chart parameter: bgColor="000000" If I use this in Pie3D chart I get a black background color. In Pie3D chart the background is grey. How can I get a black background color using Pie3D chart?