callagga

Members
  • Content count

    18
  • Joined

  • Last visited

About callagga

  • Rank
    Junior Member
  1. Hi, Question - Can I make a graph RESIZABLE on the screen somehow? (i.e. user drags graph area to be bigger) That is, how the graph is rendered may be not as big as it could be depending on the user's screen size/resolution. Is it possible to render the graph on the page in some why such that the user could decide that the overall window for the graph was a bit small, so they could resize themselves on the screen (followed by the obvious redrawing of the graph optimised for the new area). Thanks
  2. by the way - thanks this works
  3. oh, I think I have it working, thanks. It does fix things. Haven't tried what happens if there are two graphs on the same page yet. The chart will appear within this DIV. This text will be replaced by the chart. < s c r i p t type="text/javascript"> window.onload = loadgraph function loadgraph() { var categoriesChart = new FusionCharts("/flash/MSStackedColumn2DLineDY.swf", "categoriesChartId", "100%", "600", "0", "0", "FFFFFF", "noScale"); var dataUrl=escape("<%=url_str%>"); categoriesChart.setDataURL(dataUrl); categoriesChart.render("<%=div_id%>"); } Thanks again
  4. Excellent. Thanks. This works nicely.
  5. have you got an example of what you mean? sorry - I'm not a javascript person...
  6. oh, note that I was using Firefox not IE. Does your recommendation change noting this?
  7. I'm evaluating fusioncharts, but I'm noting it periodically (say one time out of 5) renders all scrunched up. See the attachment for an example. Seems to happen slightly more if doing a refresh as opposed to hitting the link for the chart on the web page (although perhaps this is no difference functionally). The code in the web page I use is below (the code IFCode doesn't seem to be working properly] The chart will appear within this DIV. This text will be replaced by the chart. < s c r ipt type="text/javascript"> var categoriesChart = new FusionCharts("/flash/MSStackedColumn2DLineDY.swf", "categoriesChartId", "100%", "600", "0", "0", "FFFFFF", "noScale"); categoriesChart.setDataURL("<%=url_str%>"); categoriesChart.render("<%=div_id%>"); s c r i p t>
  8. Hi, I need to pass two URL parameters via the "setDataURL" method, however when I set more than 1 (one) parameter it seems the 2nd is not recognised. For example I have the following in the view: categoriesChart.setDataURL("/graph/categories?begin_date=xxx&finish_date=ttt"); When the fusionchart calls ther server to get the data the only URL parameters are: "begin_date"=>"xxx", "FCTime"=>"222" (i.e. the "finish_date" is missing). Is there a way to work around this? That is how can I pass more than one URL parameter back to my server when the fusion chart goes back to get the XML data? Thanks
  9. Hi, My dropdown menu's seem to get hidden when I'm on the page where I have a fusionchart? That is when the dropdown part "drops down" only the first couple of high up items in the vertical drop down list appear, and those who start being at or below the level of the top of the fusion chart are not visible. Question: Is there a way to make sure FusionCharts does not hide my menus? Drop down menus in question are CSS based. See for an example here: http://www.opencube.com/sampleit_im.asp?samples/qm2/sample7/sample.html thanks in advance PS. This is happening in Firefox on Windows
  10. Hi, I currently am using the Link features in a chart (e.g. click on one part of a stacked bar line) to go to see a normal record view of those records that made that part of the bar up. This works fine. Is it possible to do other more advanced things re hotlinking from within the graph, e.g. [1] Click and then create small window pop up with the text/data on it (populated from your backend) or [2] Even just "roll over" that area of a bar line, it triggers an AJAX call to backend, and then display return text in a ToolTip [3] other? Thanks
  11. Hi, I'm trying to limit my graph to a maximum y-value using the graph "yAxisMaxValue" attribute. This attribute doesn't seem to work when the data values go higher than this (but rather the data values take over). This isn't the behavior I want however, as I want to set the max value via yAxisMaxValue and have it be the maximum irrespective. Is this a bug? Any suggestions? Found in: FCF_MSLine.swf Thanks
  12. does base user license include "XY Plot Charts"?

    ok...how about the next version up from this one then?
  13. does base user license include "XY Plot Charts"? (i.e. the $69 version)