ajit

Members
  • Content count

    7
  • Joined

  • Last visited

About ajit

  • Rank
    Forum Newbie
  1. We are using the FusionCharts Enterprise v3 charts. some times the graph is not able to render on div. We are getting 200 and 206 status code from sever. Here is the log : 199.227.211.2 - - [29/Apr/2008:22:13:33 -0400] "GET /default/static/en/images/Column3D.swf HTTP/1.1" 200 60993 "https://xxx" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14" 199.227.211.2 - - [29/Apr/2008:22:13:33 -0400] "GET /default/static/en/images/Column3D.swf HTTP/1.1" 206 60993 "https://xxx" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14" 199.227.211.2 - - [29/Apr/2008:22:13:40 -0400] "GET /default/static/en/images/Bar2D.swf HTTP/1.1" 206 60776 Thanks -Ajit-
  2. We are using the Multi-series Line Chart (MSLine.swf -FusionCharts v3 Enterprise) chart to plot the graph between date vs total units. We need to add the 30 day average moving line in the chart. Questions:- 1) Do we have to code to plot the 30 day average moving line in the chart? Initially, we are using the jfree chart and we just need to set the attribute to show 30 day average moving line in the chart. Is there any element defined to enable 30 day average moving line in the chart? 2)If we need to code to plot the 30 day average moving line in the chart then is there any way that we can set the start value of the 30 day average moving line (that is setting any attribute value in the <dataset> element) Any help will be really appreciated. Thanks -ajit-
  3. We need to mark the cities like Atlanta etc. on the map. Is there any predefined marker ids /entity ids can be used for this ? Is it possible to calculate the x,y-coordinates on a map for cities, sites etc. if i have latitude/longitude? Since in our case ,we don't know the location(locations are not predefined) and is created dynamically(using user's file data) so is there any way to calculate the x,y-coordinates on a map for cities based on any calculations/numbers for cities? Is it is possible to have zoom out/in on the particular marker? Thanks Ajit