gsogol Report post Posted May 5, 2010 (edited) Is there a way to click a link on a specific stack within the stacked chart? So each bar shows several stacks (colors), I need to click on a specific color of the bar and pass that value as well? Is this possible? Edited May 5, 2010 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted May 6, 2010 Hi, Please try using the "link" attribute in the <set> element for the same. Ref.- <set...link=https://www.infosoftglobal.com/> FusionCharts can be easily and extensively used to create drill-down charts. All the charts in FusionCharts v3 suite support drill down for data elements i.e., in each chart type, the data plot of that chart (columns in Column Charts, Pie slices in Pie Charts etc.) can act as hotspots for the chart. Using the drill down functionality provided by FusionCharts, you can easily produce charts that enact "drill down" or "zoom in (data)" capabilities. In FusionCharts v3, you can define the following types of link for the data plot: Simple links that open in the same page Simple links that open in a new page Links that open in a specified frame Links that open in a new pop-up window Existing JavaScript functions (on the same page) to be invoked as links For further details on the same, please refer to the link mentioned below:- Ref.- http://www.fusioncharts.com/docs?/DrillDown/Simple.html http://www.fusioncharts.com/docs?/DrillDown/Frames.html http://www.fusioncharts.com/docs?/DrillDown/PopUps.html http://www.fusioncharts.com/docs?/DrillDown/ClickURL.html http://www.fusioncharts.com/docs?/DrillDown/JavaScript.html Also refer to the sample that we are sending you as an attachment. Hope this helps. StackedColumn3D with link.zip Share this post Link to post Share on other sites
gsogol Report post Posted May 6, 2010 (edited) My question, however, was not related to how to actually use the link but had to do with specifically having a stacked bar chart (multiple colors) and having the need to click not just on the bar itself, but on a specific metric/color of the individual bar. I need to pass the x-axis value plus the metric or the specific color of the bar. I already know how to use links but need an answer on how do I pass an individual value of the color/metric that was clicked within a single bar. Edited May 6, 2010 by Guest Share this post Link to post Share on other sites
FusionCharts Support Report post Posted May 10, 2010 Hi, As of now, if you are calling a URL using link you can pass the value as querystring. But, you need to set it explicitly to each link. Each stack is an individual entity and so far colors and links are concerned, all stacked parts are unrelated to each other. Hence, all you need to do is to explicitly pass the value in the link attribute. e.g. <set value='20' link='ShowDetails.asp?stackvalue=20' /> Share this post Link to post Share on other sites
Sanjukta Report post Posted October 11, 2010 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 http://www.fusioncharts.com/ipad/ 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: http://www.fusioncharts.com/license/ Please feel free to share your thoughts with us at: [email protected] Thank you and have a good day. Share this post Link to post Share on other sites
Guest Angie Report post Posted January 19, 2011 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