-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Hi, Currently we've restricted it owing to conflict with decimals in case of numberScales.
-
Hi Kevin, We're releasing it next week.
-
Hi, While we do have a multi-series chart, but we cannot have bullet graphs in that. >> a) With the javascript event handling is there a way to bind events to specific object (labels etc) in the graph? No - you can only have it for data plot. >> I tried using multi series charts but a bullet chart is what I need. I dont want my series to be stacked. Am I missing something here? I'm afraid we do not have this. >> c) Can someone confirm or deny if we buy the enterprise license for the product, is it reasonably easy to customise the charts to address my requirements? Yes - you can start with the base of multi-series chart and then modify it. However, some knowledge of Flash and ActionScript would be required.
-
Hi, Can you please send us your XML to support [at] fusioncharts.com?
-
Hi, FusionCharts v4 will be having the zoom feature.
-
With FusionCharts v3.1, you can add a custom text label inside bar by setting [set displayValue='Your label' ..] and can be configured to show inside using [chart placeValuesInside='1' ...] I'm afraid we do not yet have tracker functionality. For export and print, you'll need to configure the XML. For print set [chart showPrintMenuItem='1' ...] For export, please see www.fusioncharts.com/docs > Exporting as images/PDF
-
Hi, The maximum height of chart could be 4000 pixels.
-
Hi, I've added it to our wishlist for future versions.
-
We do not support dynamic reiszing yet.
-
ShowLabel in Entity in USA Map Not Removing Lines
Pallav replied to NCL's topic in Using FusionMaps XT
Please add the following to XML: [chart connectorAlpha=0] -
Please update to v3.1 from www.fusioncharts.com/PUC and then try again.
-
Dear developers, We proudly announce the release of FusionWidgets v3.1 with the following new features: - Ability to export charts as PNG/JPG/PDF at client side or server side. We've also devised a batch export mechanism at client side, which allows you to export all the charts in a page as a single image/PDF using one-click. - Ability to use multi-lingual text in rotated fonts as well. We now use bitmap font technology to render all UTF8 characters. - Support for automatic wrapping in caption/sub-caption and tool-tips - Ability to copy data from chart as CSV using context menu, or JavaScript function - More control over chart using JavaScript - many new APIs and events exposed by chart - Personalization of chart - you can now add your logos over the chart, and also add an "About your company" to chart's context menu and link it to your URL - And some more enhancements and bug fixes. Existing licensed users can download the free upgrade from www.fusioncharts.com/PUC
-
MS Bar 3D can be used to build Bar 3D as well.
-
Hi Sathiya, If you can please send us your order Id at support [at] fusioncharts.com, we'll send you a modified source code file with example - wherein you can just add your company name and URL.
-
How to make a fly-in animation for pie chart slices?
Pallav replied to Rahul Kumar's topic in General usage
Hi, In our pie/doughnut and true-3d chart, we do not support custom animations. For other charts, we support custom animations based on STYLEs feature. However, we'll definitely try and implement this in our future versions. -
Dear developers, We proudly announce the release of PowerCharts v3.1 with the following new features: - Ability to export charts as PNG/JPG/PDF at client side or server side. We've also devised a batch export mechanism at client side, which allows you to export all the charts in a page as a single image/PDF using one-click. - Ability to use multi-lingual text in rotated fonts as well. We now use bitmap font technology to render all UTF8 characters. - Support for automatic wrapping in caption/sub-caption and tool-tips - Ability to specify labels for vLines and also to configure position of vLines and labels - Ability to copy data from chart as CSV using context menu, or JavaScript function - More control over chart using JavaScript - many new APIs and events exposed by chart - Personalization of chart - you can now add your logos over the chart, and also add an "About your company" to chart's context menu and link it to your URL - DisplayValue attribute - Each data plot can now display a text value (instead of just the numeric value), allowing a sort of annotation to be rendered for each data point. - Support for custom palettes for data point. You can now specify a list of colors that the chart will use for rendering data plots (column, pie, bar, line etc.). This allows for global configuration of palettes. Existing licensed users can download the free upgrade from www.fusioncharts.com/PUC
-
Dear developers, We proudly announce the release of FusionCharts v3.1 with the following new features: - Ability to export charts as PNG/JPG/PDF at client side or server side. We've also devised a batch export mechanism at client side, which allows you to export all the charts in a page as a single image/PDF using one-click. - Ability to use multi-lingual text in rotated fonts as well. We now use bitmap font technology to render all UTF8 characters. - Support for automatic wrapping in caption/sub-caption and tool-tips - Ability to specify labels for vLines and also to configure position of vLines and labels - Ability to copy data from chart as CSV using context menu, or JavaScript function - More control over chart using JavaScript - many new APIs and events exposed by chart - Personalization of chart - you can now add your logos over the chart, and also add an "About your company" to chart's context menu and link it to your URL - DisplayValue attribute - Each data plot can now display a text value (instead of just the numeric value), allowing a sort of annotation to be rendered for each data point. - Support for custom palettes for data point. You can now specify a list of colors that the chart will use for rendering data plots (column, pie, bar, line etc.). This allows for global configuration of palettes. - And some more enhancements and bug fixes. Existing licensed users can download the free upgrade from www.fusioncharts.com/PUC
-
Fusion Charts error when accesing from a java built swf file
Pallav replied to amalia's topic in Miscellaneous
Hi, Can you please try using v1 of FusionCharts for Flex at www.fusioncharts.com/flex? -
Load FusionChart AS2 Line Graph in Flash CS3 Movie?
Pallav replied to dbasix's topic in General usage
Or, you can use the commercial FusionCharts for Flex at www.fusioncharts.com/flex -
Flex - Multiseries Column Chart error when number of label exceeds #58
Pallav replied to [email protected]'s topic in Bug Reports
Hi, Can you try using the dataURL method, or the setDataXML method? -
Disable Right-Click Print on FusionCharts v3
Pallav replied to vancepublishing's topic in Miscellaneous
Hi John, You can use FusionCharts v3.0.7 and set [chart showPrintMenuItem='0' ...] -
Hi Derek, We investigated into the issue and it's not actually a bug. The vLines are rendered at the correct position. The tool-tips are shifting because of overlap of anchors (which are currently invisible). If you set anchorAlpha='15', you'll see how the anchors are overlapping as shown below - this causes the tool-tips to shift (as in attached image Anchor1) The solution is to make the anchorRadius smaller to 1 - so that they do not overlap, as in attached image (Anchor2)
-
No - it's the line: See the conflict of quotes. Change inner quote to '
-
You can add links to that - please see www.fusioncharts.com/docs > Guide for Web developers > Drill-down charts