Guest Basundhara Ghosal

Enlargen a chart, upon clicking it

Recommended Posts

I have a page with 10 charts on it....thus they are small.

 

I wish to click any of the charts, and have it zoom to 1024 x 768.

 

Is this possible, or do I have to actually load a new form, on the click event?

 

 

 

ASP.net, vb.net

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

I am afraid, as of now, FusionCharts does not support the zoom functionality.

However, as a work-aruonf you can try this using the Drill-down method supported by FusionCharts.

Please refer to the link below for detailed information on the Drill-down functionality:-

Ref.- http://www.fusioncharts.com/docs?/DrillDown/Simple.html

  http://www.fusioncharts.com/docs?/DrillDown/ClickURL.html

Hope this helps.

Share this post


Link to post
Share on other sites

ok, i read the two links you provided. In those links, it states that the ClickURL allows

 

 

 

1 * Simple links that open in the same page

 

2 * Simple links that open in a new page

 

3 * Links that open in a specified frame

 

4 * Links that open in a new pop-up window

 

5 * Existing JavaScript functions (on the same page) to be invoked as links

 

 

 

I see in your documentation, examples of (2). Where can I find examples of 3, 4, and 5?

 

Also, since I do this:

 

Dim SB as new stringbuilder, and then populate SB with the .append method, how can I then pass ''SB'' to the new chart?

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

 

 

 

Please refer to the following links:

 

 

 

Links that open in a specified frame >> http://www.fusioncharts.com/docs/Contents/DrillDown/Frames.html

 

 

 

Links that open in a new pop-up window >> http://www.fusioncharts.com/docs/Contents/DrillDown/PopUps.html

 

 

 

Existing JavaScript functions (on the same page) to be invoked as links >> http://www.fusioncharts.com/docs/Contents/DrillDown/JavaScript.html

 

 

 

Also, since I do this:

 

Dim SB as new stringbuilder, and then populate SB with the .append method, how can I then pass ''SB'' to the new chart?

 

 

 

To pass the XML in the SB object to the chart you need to use the code below:

 

 

 

Call renderChartHTML("../../FusionCharts/Column3D.swf", "", SB.toString(), "myNext", 600, 300, false)

 

ref. - http://www.fusioncharts.com/docs/Contents/CS_Array.html

 

 

 

I hope this helps you. Looking forward to your reply.

Share this post


Link to post
Share on other sites

Hello,

We are very excited to announce the release of FusionCharts v3.2 that leverages Flash and JavaScript (HTML5) to create stunning charts. It introduces the new zoom charts, Pareto & Marimekko charts and works with both XML and JSON data.

It now works on iPads and iPhones as well. Please visit
to find out what's new.

Furthermore, with this release, we have changed our licensing policies and pricing for our core products - FusionCharts, FusionWidgets, FusionMaps & PowerCharts. More details at:

Please feel free to share your thoughts with us at:

Thank you and have a good day.
:)

Share this post


Link to post
Share on other sites
Guest Angie

Dear User,

 

We are delighted to announce that PowerCharts is now ready for your iPads and iPhones too. We have just released PowerCharts v3.2. Starting v3.2, PowerCharts has HighCharts embedded within it, and offers both Flash and JavaScript (HTML5) charting . The Flash charts are displayed on a majority of devices and the JavaScript charts on devices that do not support Flash, all of it without writing a line of code.

 

Automatic rendering of JavaScript charts on devices (like iPad and iPhone) where Flash player is not supported.

 

5 new chart types:

 

Heat Map Chart

 

Box and Whisker Chart

 

Step Line Chart

 

Error Line Chart

 

Error Scatter Chart

 

 

* Support for JSON data format.

 

* Support for LinkedCharts, where a single data source controls multiple charts.

 

* Interactive legends in charts allow selective showing/hiding of data series.

 

* Legends now support icons for each data series.

 

* Better management of labels on charts.

 

* Labels now have an auto rendering mode to prevent them from overlapping, the chart selects the best display mode depending on the length of the labels and the width of the chart.

 

* Long labels are truncated, with ellipses appended to the truncated end of each label, and a tooltip bearing the completed label text is displayed when the user hovers over a truncated label.

 

* Support for line breaks and wrapping in all text elements including: caption, sub caption, X-axis title, Y-axis title, Labels and tooltips.

 

* In Line charts, data values can now be positioned either above or below the dataplots. Automatic positioning of data values is also supported.

 

* In Step-line charts dataplots can be joined using vertical lines.

 

* Custom alignment of caption and sub caption using STYLES.

 

* Advanced print management using JavaScript.

 

* Additional options for efficient event handling using JavaScript.

 

* Support for dynamic update of chart properties using JavaScript(barring select scatter and drag charts).

 

* Charts now support % based sizes along with dynamic resizing (barring select scatter and drag charts).

 

 

Learn more about everything new in PowerCharts v3.2 at : http:/ www.fusioncharts.com/PowerCharts/

 

We would love to hear from you at: http://www.fusioncharts.com/contact/

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now