-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Hi, I'm afraid our candlestick chart doesn't support negative numbers, as we had primarily made it for price based values, which we assumed couldn't be negative.
-
Hi, FusionCharts supports native printing using the right click context menu.
-
Ben, I'm afraid currently this is not possible in the standard version. We'll need to customize it for you.
-
You'll then have to pass equal values for each data column.
-
Gantt chart - works locally but not on web server
Pallav replied to superwebs's topic in FusionCharts and ASP
Hi, If you open the dataURL link in browser, does it return the XML? I'm pretty sure it has to be some security related issue where the server is not letting chart request XML. -
Yes - I think some macros or VBA would do the trick, though I don't really have much idea on the same.
-
As for legend, you can combine the pie chart and single series grid component from FusionCharts core package to form a legend. The label distance doesn't work when smart labels are on.
-
Chris, In a stacked bar/column chart, you can have only the summation value outside the bar/column, as other values wouldn't be able to visually relate with their respective column/bar.
-
Sometime, fusion chart has a problem when it renders. Please help me
Pallav replied to Byngl's topic in Bug Reports
Hi, Can you make sure that you're: 1. Using FusionCharts JavaScript class to embed the charts? 2. Providing the width and height of the chart in pixels, and not percent. -
Hi, I'm afraid we do not have a state indicator built natively in the chart. However, we do have a horizontal linear/LED gauge in our FusionGadgets suite (www.fusioncharts.com/gadgets) which can be used to show this type of scales. You'll need to combine the line chart and the gauge effectively.
-
Hi Ben, I'm afraid you cannot opt to rotate a single y-axis name. Either both the axis names get rotated or neither.
-
Hi, Since FusionCharts is made in Flash 8 and AS2, it cannot be compiled with Flash CS3, or be used inside those movies.
-
Converting xls generated xml to FusionCharts XML format for candlestick charts
Pallav replied to Pallav's topic in XML Issue
Michael, You may write a script in any of the scripting languages to do this automatic conversion. -
Placing Seriesname inside Stacked charts
Pallav replied to Pallav's topic in FusionCharts and ASP.NET
I'm afraid you cannot display the series name inside the bars. Only values can be displayed inside the bar. -
Can you please send us a live link where this is happening?
-
Hi, I'm afraid you cannot reverse the legend currently, without modifying the code.
-
You can use the multi-axis line chart from PowerCharts suite at www.fusioncharts.com/PowerCharts.asp
-
Can you make sure you've not specifying % width and height for the chart?
-
I'm afraid FusionCharts supports only LtoR languages. As such, you'll have to programatically reverse the sequence of characters in your word, before providing it to FusionCharts.
-
Can you please email us your XML at [email protected]?
-
I'm afraid you cannot just set the number scale for y-axis only. It applies globally to all values on the chart.
-
Can you try the renderChart method that uses JavaScript embedding?
-
Hi, You cannot generate a PDF of FusionCharts at server side. You'll have to resort to client side PDF print drivers to do so.
-
Placing Seriesname inside Stacked charts
Pallav replied to Pallav's topic in FusionCharts and ASP.NET
The values in stacked charts are automatically displayed inside itself.