Deesnay

Members
  • Content count

    4
  • Joined

  • Last visited

Everything posted by Deesnay

  1. Actually, I cannot seem to reproduce the bug with an HTML-embedded FusionChart SWF. I get the bug with a FusionChart instantiated inside another SWF, which is embedded in an HTML page. However, I cannot see why this should make the Legend block size-sensitive. The best workaround I've found so far was adding several spaces plus one dot (or any other character) to the second label (the one that randomly disappears on window resize). This way, the dot (sometimes) disappears, rather that the label itself. <dataset seriesName='Male' color='6296F1' showValues='0'> <set value='2.4' errorValue='0.07' /> ... </dataset> <dataset seriesName=[b]'Female .' [/b]color='FFaaff' showValues='0'> <set value='2.05' errorValue='0.07' /> ... </dataset>
  2. I have the very same problem with other types of charts as well. There seems to be some kind of bug with the Legend box. Some items sometimes disappear. According to my investigations, it depends on the display size of the chart. If your chart is embedded in a html page with no fixed width and height, you'll see some of the items appear and disappear from the Legend box while resizing the browser window. I've tried some workarounds, but none seems to be 100% reliable.
  3. Labels aliased or blurry

    Hello, Here is my problem: I have a Flash application that loads various FusionCharts swf files. I think some of the charts need to rasterize the labels, in order to display them vertically or rotated
  4. I couldn't find the related class either. I wanted to instanciate such a MSCombi3D object in a Flash movie, something like: var myChart:MSCombi3D = new MSCombi3D(chartContainerMC, 1, 500, 500, 0, 0, false, "EN", "noScale"); But I can't seem to find the related class. This is the Enterprise Package we've just bought. Actually, I count 38 .swf files in FusionCharts_EnterpriseCharts but only 36 classes in comfusionchartscorecharts I thought there should have been one class for each chart type, and for each .swf. Am I missing something? Could someone help?