cmiwebstudio

Members
  • Content count

    4
  • Joined

  • Last visited

About cmiwebstudio

  • Rank
    Forum Newbie
  1. i hav isolated the issue to being FusionCharts.js include file. however, if i directly go to the page that ajax is calling via get method, it loads perfectly. why will it not load that javascript file through ajax?
  2. Graphs Not Loading

    i'm getting a message that simple says "chart." the page with the chart is being displayed in a div via ajax get call (if this makes a difference).
  3. I am calling the display of the chart (and all of it's sql queries etc) via an ajax get call, however, when the div tag is displayed on the primary page where the get call is made, only the word "chart." is there. should the include files like: include('includes/FusionCharts/dynamic/DWFChart.inc.php'); include('includes/FusionCharts/dynamic/data/fc_FusionChart1_data.php'); <script type="text/javascript" src="includes/FusionCharts/dynamic/js/FusionCharts.js"></script> should be on the php file called via ajax, or on the page where it will be displayed in the div via get?
  4. using a MSLine / Multi Line Graph, lines are not drawing if the dates aren't identical with the data. for example.... item a: plots for 1/1, 1/5, 1/10, 1/15 item b: plots for 1/1, 1/5, 1/10, 1/15 item c: plots for 1/1, 1/8, 1/11, 1/14 It doesn't draw the lines connecting the plots. the only time it appears to draw the lines is if all of the dates are all exactly the same, and this isn't possible with the data.