Jordan3i4 Report post Posted January 28, 2009 Hi, I am wondering if it is possible to use an Arithmetic scale rather than Logarithmic when FusionCharts "auto-scales." I have looked at the algorithm in the source code and would not be happy if I have to rewrite it! Does anyone have a quick fix? Our other solution was to take the largest value, say 191 - round to the nearest 10 (190) and then add 10. If it were 1191, round to nearest 100 (1200) and add 100. Any ideas? Jordan Share this post Link to post Share on other sites
Pallav Report post Posted January 29, 2009 Hi Jordan, While you can make this change in the existing implementation itself, there will be scalability problems when negative numbers come into play. You'll then need to figure another way to position zero plane. Share this post Link to post Share on other sites
Jordan3i4 Report post Posted January 30, 2009 Hi, What would be the easiest way to implement this change, assuming we do not use any negative numbers? Jordan Share this post Link to post Share on other sites
Pallav Report post Posted February 2, 2009 Hi Jordan, You'll have to change the algorithm in axis calculation code (either in SingleYAxis.as or DualYAxis.as). 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