-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
For once, can you try running the code from a server (localhost/remote) instead of local file system?
-
multi level pie chart,the distance of the different lever can be set it different size??
Pallav replied to lucky's topic in Using PowerCharts XT
I'm afraid you cannot do that, as of now. -
Right-align label of a trend line, using MSCombiDY2D.swf
Pallav replied to tess271's topic in General usage
The valueOnRight parameter is for trend values - do you want the trend values to appear on right or ? -
Ryan, We can customize the chart to show a label along side the bubble. You may please contact us at [email protected]
-
Hi, Thanks for your suggestion. Putting all these attributes in a single place was not feasible for us - as different charts have different XML elements and structures. As such, we grouped them by each chart, and then by functionality type.
-
APPENDING # ON APPLICATION TITLE
Pallav replied to FusionCharts Support's topic in Javascript Problems
Hi, Is it happening on all browsers? -
Hi, You'll need to code external modules for DNN in ASP.NET to use FusionCharts. You might take code samples from our ASP.NET code and then implement the same.
-
MSColumn3DLineDY.swf incorrect Line value displayed
Pallav replied to twilson's topic in Bug Reports
Hi, The line value is shown in a 3D perspective, which makes it align to an imaginary scale over 3D columns. However, if you need it the other way around, we do have a separate set of charts that doesn't use this 3D perspective. If you can please send us your Order Id at [email protected], we'll send you the charts. -
Something like Chart.swf?CurrDateTime=34231233
-
Yes - when you enter empty sets, the chart calculates width as per the known non-empty sets. As such, the width gets increased.
-
Yes - please see www.fusioncharts.com/docs > Guide for Flash Developers.
-
Hi, Apart from setting [chart bgAlpha='0,0' in the XML], you'll also need to set the WMode parameter of the map as transparent in FusionMaps.js.
-
Advanced Number Formatting Bug in Secondary Y Axis on MSCombiDY2D.swf
Pallav replied to Pallav's topic in Bug Reports
Hi, You just need to add [chart ... sFormatNumberScale='1' ...] -
Hi, Please see http://www.fusioncharts.com/forum/Topic98-29-1.aspx?Highlight=caching
-
Can be use data range on xAxis for multiseries spline area charts..?
Pallav replied to Pallav's topic in Bug Reports
Vikas, You can use the scatter chart for this purpose. -
Hi, We normally do not recommend over 2000 points per chart, as FusionCharts uses Flash and XML on the client side.
-
Hi, Owing to the cross domain security restrictions imposed by Flash Player, you cannot load data from other domains directly. You'll have to use a proxy page to attain the same.
-
Is there support for a Scrollable Multi-Series Stacked Columns chart?
Pallav replied to Pallav's topic in Bug Reports
Hi, Currently we do not have a plan for a multi-series stacked column. However, I've added it to our wish-list for next version. -
You can define the categories normally and then set for the empty data points.
-
Mohan, I'm still not able to figure out your requirements. By trend line, do you actually mean the DIV lines?
-
Hi, Can you make sure that you're allotting a different DIV and ID to each chart, as explained at http://www.fusioncharts.com/gadgets/docs/Contents/MultiCharts.html?
-
Since in your categories, you've specified the X as 120, the right side of the chart is appearing as blank. The x-axis in a candlestick chart is numeric and as such all x values provided in the XML are accommodated in the same.
-
Hi, You may please see www.fusioncharts.com/docs > Guide for General Users.
-
>> 1) Is there a 2D equivalent of this graph? You can use MSStackedColumn2DLineDY.swf and just provide a single dataset for stacked column. >> 2) Is there any way to adjust the depth and angle of the 3D columns? I'm afraid no - as that is automatically detected and set. 3) I noticed that on the 2D Stacked Column Chart you can change the gradient color for the columns by simply adding color='ffffff,ff0000' to the dataset element. On this 3D graph, however, you can either have the 3D lighting effects turned on or off. If they're turned on, the color you specify fades to a darker shade. If they're turned off, there is no gradient at all, and adding the color='ffffff,ff0000' bit doesn't seem to work for me. In 3D, the gradient pattern is not definable, unless you change the code. >> I also noticed that the plotGradientColor attribute was not available in the data plot cosmetics for this graph, why would it be available for a 2d graph and not a 3d one? It's only applicable to a 2D graph.
-
Hi, By block border, do you mean a border around the entire legend?