-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Yes - we've a lot of examples in our documentation at www.fusioncharts.com/docs > Guide for Web Developers > FusionCharts and JavaScript.
-
Firefox crashed with Real-time satcked column chart - DEMO
Pallav replied to Pallav's topic in Bug Reports
Hi, Did this happen every time you reproduced the steps? -
Do you want to do this within a PowerPoint presentation?
-
Incorrect value shown on v3 - Edit Mode demo with JavaScript integration
Pallav replied to Pallav's topic in Bug Reports
We can track event for releasing outside within the Flash canvas. But, if you drag it outside the scope of the Flash object, we cannot track the release event. -
Yes - this is one example where we use JavaScript + dataXML method. You can use also use JavaScript + dataURL method.
-
Column 3D + Line Dual Y - 3D'ness of chart makes line misleading...
Pallav replied to Pallav's topic in General usage
The exact 2D version of this chart is MSCombiDY2D.swf -
Ann, We recommend less than 500 data points in a single drag node chart. >> Also wonder if there is a mechanism to expand the context menu on a node - ie, add new menu options that would link to javascript functions? You cannot directly do so. You'll have to customize the source code of the chart.
-
I'm afraid we do not expose mouse over event.
-
Incorrect value shown on v3 - Edit Mode demo with JavaScript integration
Pallav replied to Pallav's topic in Bug Reports
When you move the mouse out too quickly, the flash chart loses the mouse control (as it then goes to browser window, outside the flash chart control). As such, we recommend dragging within the limits of the chart canvas. -
Grid Component Percentage has to many decimal places
Pallav replied to erikcw's topic in General usage
Please set the decimal precision attribute in your XML data document itself. -
Hi Devendra, Thanks for your mail. I'm afraid we do not have XSD or such automatic XML generators as of now, for various reasons. First is backward compatibility of attributes, second is case insensitive nature of attributes and so on. Instead of creating an XSD, we would recommend creating a JSP API to build the chart and provide the attributes. We're currently working on a PHP API and would release it in a couple of weeks.
-
Currently, we do not have plans to use images. You can, however, customize the source code of the chart (present in Enterprise license).
-
You can set <map mapLeftMargin='0' mapRightMargin='0' mapTopMargin='0' mapBottomMargin='0' ...> Also, make sure that you are resizing the map in a constrained size w.r.t original specified size.
-
Steve, Can you please upload the XML data of the chart as an attachment?
-
I'm afraid you cannot have a drop down in the chart. However, you can have your drop down in HTML and connect the data to chart using client side JavaScript - without invoking any page refreshes.
-
Please paste the HTML code that you're using to embed the chart.
-
The functioning seems to be alright - FusionCharts is wrapping the text in the legend, as it is pretty long. If you do not need the text to be wrapped, you may try increasing the width of chart.
-
Yes Erik. All the maps support this. Please see http://www.fusioncharts.com/maps/docs/ > Drill down maps.
-
Can you please detail the problem?
-
Vince, You can modify our FusionMaps GUI (written in JavaScript) to allow this type of saving. Your users can then define points on the map and this could be submitted to a database.
-
Stef, The vertical title is rendered using embedded Verdana font - the embedded font is not bold. As such, you cannot make the y-axis title bold.
-
What does GetChartsData return?
-
It's a free upgrade from www.fusioncharts.com/PUC
-
Can you try with FusionGadgets v3 - www.fusioncharts.com/gadgets?
-
Trendlines is showing a single line for Today.
Pallav replied to malas's topic in FusionCharts and JSP
Please see www.fusioncharts.com/gadgets/docs > Trend-lines. We recommend you to please refer to doc, before posting any topics here.