-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
How about a multi-series stacked bar chart as at http://www.fusioncharts.com/GalleryChart.asp?id=53 or maybe 2 bullet graphs (http://www.fusioncharts.com/widgets/gallery.asp#bullet)?
-
Pie charts: chart with only 1 piece shows up small?
Pallav replied to umbrae's topic in General usage
Hi, Can you please send us the XML? -
Hi, I'm afraid we do not support scroll in drag node chart.
-
We'll have to develop a custom map for you for that purpose. Please mail us at support [at] fusioncharts.com with your seating screenshot.
-
How to bind real time data to Task Manager?
Pallav replied to Karthik's topic in Using FusionWidgets XT
You'll have to write your scripts to take data from Task Manager and then convey it to chart. -
Can you try the JS method of embedding the chart?
-
David, I'm afraid we cannot generate images at server side yet, owing to the technology that we're using.
-
I'm afraid we do not yet support SVG.
-
Just replace % with with pixel values.
-
Self updating chart without a web server
Pallav replied to ajreynolds's topic in Using FusionWidgets XT
You can try with a local file too - but that would raise Flash player security settings issue and you would have to configure in all your client machines. -
I'm afraid we do not have any option for that yet.
-
Can you try reinstalling the Flash Player in IE?
-
I'm afraid you cannot specify a bordercolor for each set.
-
Please use VTRENDVALUES as the object name.
-
I'm afraid currently we do not have an option for this.
-
High CPU Usage, Browser Crash with wmode and Multiple Graphs
Pallav replied to GregorTP's topic in Bug Reports
But in FusionCharts, when the chart has been rendered, the FPS actually drops to 0, as the last command in the chart is stop(), which prevents any more frames from running. -
Agular Gauge stops updating when the new value is greater than the upper limit.
Pallav replied to pntran1's topic in Using FusionWidgets XT
Yes - you can re-render the chart at client side. But in that case, all data that had been streamed to chart after last loading would be lost (unless you account for them in the new XML). -
Please see http://www.fusioncharts.com/widgets/Gallery/Thm3.html
-
Hi, I'm afraid our Gantt chart doesn't support these features as of now.
-
Draggable Annotations and Change Position of Gantt Task Labels
Pallav replied to John_D's topic in Suggestions & Requests
I'm afraid you cannot do it as of now. -
Andy, What links are you using for the chart?
-
gantt chart with scrolling support + multiple tasks per process
Pallav replied to snowmanapril's topic in Using FusionWidgets XT
>> I have downloaded FusionWidgets V3 evaluation version. How long is the evaluation period? Unlimited. >> i want to try to use the gantt chart with scrolling support + multiple tasks per process. Yes. See an example at http://www.fusioncharts.com/widgets/Gallery/Gantt5.html >> I have downloaded the sample code FusionWidgets_CS.zip, I realise I cant add FusionCharts.dll to my .net 1.1 web application. You can use even without the DLL >> I am wondering if I could buy the developer license for using on 1 website @ $199. Yes. -
You can increase the chart's upper limit by setting [chart yAxisMaxValue='2' ...]
-
problem with XML Encoding when fusion charts are loaded in OpenLaszlo App
Pallav replied to Pallav's topic in XML Issue
In our charts, we use System.useCodePage = true - does that conflict with OL's char management?