bhavyait

Members
  • Content count

    7
  • Joined

  • Last visited

Everything posted by bhavyait

  1. Hi, We are developing a dynamic real time dashboard and our requirement is to support 5 users with 16 chart each. We have developed it and everythings working fine. We are using Fusiongadgets latest upgraded version. Once we keep running this for 12-14 hrs we get adobe message saying "Script is taking tool long..........". Do you have any option in charts to reduce memory footprint as time progressses or do you have any pointers on how to tackle this issue?
  2. i am sorry i can't as testing and development domain is not accessible on public internet. But our further analysis shows that memory usage remains low but "Page File Usage History" goes on increasing and at some point of time browser hangs. To increas performance we have even used rerendering of all charts after 8 hrs.
  3. We are using three charts type all real type line, column and stacked area. Number of visible points per chart is also configurable, user can select min 10 to max 500. But normal usage is around 20.
  4. Updating FI2_RT_Column using

    Hi, We have been using FusionCharts instrumentation suite. As a change we are removing use of "dataStreamURL=" and trying to update data using javascript function. When i amtrying to update FI2_RT_Column type the values get displayed one over another. That is columns are getting compeletely overlapped.i Can only see single column which is updating with every ajax call. Same logic works with updating FI2_RT_Line and FI2_RT_StkArea types. function updateChartData(responsexml){ setValue("id", "&name="+currentTime+"&value="+value); } function getObject(objectName) { if (navigator.appName.indexOf ("Microsoft") !=-1) { return window[objectName] } else { return document.embeds[objectName]; } } function setValue(objFlash, intValue){ //This function sets the updated value of the chart. //Get a reference to the movie var FCObject=getObject(objFlash); //Set the data FCObject.SetVariable("_root.Value",intValue); //Go to the required frame FCObject.TGotoLabel("/", "NewDataHandler"); }
  5. Updating FI2_RT_Column using

    Thanks our client did the upgrade and now its working. i have one more query function setValue(objFlash, intValue){ //This function sets the updated value of the chart. //Get a reference to the movie var FCObject=getObject(objFlash); FCObject.SetVariable("_root.bgColor","666666"); FCObject.SetVariable("_root.baseFontColor","ddeeff"); FCObject.SetVariable("_root.bgAlpha","100"); //Go to the required frame FCObject.TGotoLabel("/", "NewDataHandler"); } i am trying this to change colors based on user switching theme but its not working? Is it possible to do like this to a real time dynamiclly updating charts.
  6. HI, we are using three charts on a page. This is a tabbed page. All 3 charts are on tab1. placed from left to right 1 2 3. When working on IE when we click tab2 the charts position changes and it becomes 2 2 3 but this behaviour is not seen in firefox. Please help
  7. Updating FI2_RT_Column using

    We don't have license for gadgets