PowerCharts V3.2 released

Released: Jun 17, 2011

Updates in this release

Updates in V3.2

  • Automatic rendering of JavaScript charts on devices (like iPad and iPhone) where Flash player is not supported
  • New Error Scatter chart type
  • New Error Line chart type
  • New Heat map chart type
  • New Box and whisker chart type
  • New Multi-series Step line chart type
  • Support for JSON data format
  • Drag-node chart now provides run time addition and deletion of nodes and connectors
  • Drag-node chart now allows to add text labels at run time or from the XML or JSON data
  • Support for LinkedCharts, where a single data source controls multiple charts
  • Interactive legends in charts that allow for selective showing/hiding of data series (or slicing, in case of pie charts)
  • 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 for labels 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
  • 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
  • Charts now support % based sizes along with dynamic resizing apart from Select Scatter, Drag Node, Drag Column, Drag Line, Drag Area charts