-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
FusionCharts in HTML using JAVA to read data from text based .log files
Pallav replied to mmitchell's topic in General usage
You'll need to put a middleware script that actually does the task of filtering data by date. Then, this script would pass the relevant records to FusionCharts (in XML) and the chart would render. -
Is the JPEG produced by ASP progressive or non-progressive?
-
High CPU Usage, Browser Crash with wmode and Multiple Graphs
Pallav replied to GregorTP's topic in Bug Reports
John, Can you please send us details of your problem with relevant XML files at [email protected]? -
trendlines animation in 2D (Single Y) Combination Chart
Pallav replied to Pallav's topic in General usage
I'm afraid you'll have to edit the source for that. -
Yes - you can do that by setting plotFillColor.
-
BUG: MSArea2D, labelDisplay="STAGGER", staggerLines=2
Pallav replied to Pallav's topic in Bug Reports
Hi, You may post the relevant functions on the forum. But please do not upload full .as files. -
Hi, We've released FusionCharts v3.0.6 with the following new features: - New: Ability to invoke Image saving feature from JavaScript. - New: Ability to print chart using JavaScript. - New: ColdFusion, JSP and Perl scripts for image saving. - New: Ability to track clicks and rendering event of chart in other Flash movies. - New: VB.NET Code examples of UpdatePanel. - Bug Fix: Minor bug fix in PHP image saving script. - Bug Fix: In Pie 2D, Pie 3D, Doughnut 2D and Doughnut 3D Charts, image saving routine was not called once data had been manipulated using JavaScript. Licensed users can download the free upgrade from http://www.fusioncharts.com/PUC
-
I'm afraid you cannot define value wise color.
-
You can just set [chart showShadow='0' ...]
-
Steve, You can use the MSColumn3D.swf chart and provide 2 sets of data for Jan. For other months, you can set empty data elements as explained at http://www.fusioncharts.com/docs/Contents/DiscData.html
-
Yes - we've attributes like canvasLeftMargin and canvasRightMargin which let you set the size of canvas irrespective of limit values.
-
Charlie, You can have text pop-up on markers - but not images.
-
Hi, What type of image format is your ASP page generating?
-
It's available only for the real-time charts present in FusionGadgets suite.
-
Yes - you may use it.
-
trendlines animation in 2D (Single Y) Combination Chart
Pallav replied to Pallav's topic in General usage
Hi, To hide the vertical border of the canvas, you'll need to edit the source code of the chart. Also, the trend lines can appear from start only if animation is set to 0 for entire chart. -
BUG: MSArea2D, labelDisplay="STAGGER", staggerLines=2
Pallav replied to Pallav's topic in Bug Reports
Hi, Thanks for your suggestions. Can you also send me one such XML file where it's not working? -
You'll need to calculate those values and feed in the graph.
-
Hi, For the pie and doughnut charts, the size is determined by the empty space on chart (left after rendering labels). If you want to force your own size of the pie/doughnut, you can set: [ chart ... pieRadius='xx' ...] (xx in pixels)
-
Y Axis Minimum value is being ignored (Free Charts)
Pallav replied to Bad Whippet's topic in General usage
Hi, When FusionCharts encounters a null value, it treats it as 0 with a flag to not show it. As such, during checking your specified minValue (25000) is invalidated against this value of 0. So, you might just change your null values to 25000. -
Hi, Can you also make sure you're using FusionCharts v3.0.5?
-
Yes - you can add querystring to XML file and then URL Encode it.
-
As of now, you cannot display it ON the x-axis category labels - it'll always show up between them.
-
I'm afraid that's not possible currently.
-
Hi, Can you give us a live URL to check it?