LiquidApe

Members
  • Content count

    4
  • Joined

  • Last visited

About LiquidApe

  • Rank
    Forum Newbie
  1. Ok, I have an interesting problem that I've been unable to resolve. Help would be much appreciated. I was using MSstackedBar2d.swf to graph project datasets with spent budget/remaining budget. My datasets are very large, so I had to bundle certain projects together in order to show all the necessary data on the graph. I marked these projects with a dotted line around the bar, as well as a lighter alpha setting. Then, if the user clicks on a bundled project, the chart just shows the contents of the bundled project. Clicking on a non-dotted/non alpha project will drilldown to further data on the next set of charts. The problem with this setup is that some of my projects go into the millions of dollars, and others are in the 100's of dollars. The small projects were so small that it was impossible to click on them to drilldown to more information in other charts. So, I switched to MSstackedBar3d.swf. Now the bars are in 3d, so even if a project is very small, it can be clicked on. The problem is that I can't set my bundled projects to have dotted lines, so I can't set them apart. I tried changing the color, but the problem there is that it is not clear what the new colors mean, as they are not in the legend, and really the colors in the chart should be consistent, as the bundled projects are still showing spent/remaining. I've tried a number of solutions such as glows or outlines, but it seems that you can not highlight individual elements with these features. Bar alpha does not make the selections stand out enough. Is there any way that I can make certain elements stand out from others without changing the colors of the elements while using 3d stacked bars? I would be happy with highlighted category names or differentiating the bars in some way.
  2. The update to flash appears to have worked. Thank you for your help.
  3. Hello, I implemented my charts the exact same way as you have in your examples here: http://www.fusioncharts.com/demos/ExportChart/Contents/batch_export.html http://www.fusioncharts.com/demos/ExportChart/Contents/client_export.html I noticed that in Firefox or Chrome, it works fine, on both my end and on your end. In IE8, the export "save" does not work on both my end and on your end. In IE8, you click the "export chart" button on the client export page or the "Export as XXX" button in the batch export section and the "capturing data" diaglog shows. After the data capture is complete, you have the option to click, "Save" on any individual chart or , "Save all charts as single file". In Firefox or chrome, both these buttons work. In IE8, nothing happens! Is there a solution to this problem?
  4. I have styled my dashboard after the dashboard in the example http://www.fusioncharts.com/Demos/Blueprint I have used pretty much the exact same setup using the dataURL method. The problem is that the drilldown chart never will update. The code seems to hiccup on this: chartObj.setDataURL(strURL); It seems as if the bugTrendByTimeFrame chartId is not getting registered with javascript for some reason and thus does not know where to put the updates. Anyway, My entire code is here: I really hope you can help. Default.php http://pastebin.com/m4e9c265b DataGen.php http://pastebin.com/m2df688d9 Data_butTrendbyTimeFrame.php http://pastebin.com/m30d383e5 please help