Directory

Invient Charts - Vaadin Add-on Directory

Elegant interactive charts without browser plugins for Vaadin 6. Invient Charts - Vaadin Add-on Directory
Invient Charts is a Vaadin 6 add-on for creating interactive charts. For charting in Vaadin 7, see http://vaadin.com/add-ons/charts. Supported chart types in Invient Charts are: * Line * Spline * Scatter * Area - Line * Area - Spline * Bar * Column * Pie * Compound -- i.e., a chart that combines multiple types into one. FEATURES * SVG-based rendering (VML on IE) on desktop and mobile browsers. * Dynamically add or remove series, axes, or points. * Multiple y or x axes in a graph. * Inverted chart or reversed axis. * Customizable tooltip labels when mousing over a point or series. * Rotatable text labels for points and axis titles. * Click+drag or Touch+drag zooming. * Server-side events upon user interaction. PREREQUISITES Invient Charts is a Vaadin wrapper for Highcharts, a JavaScript library. Rendering of the charts on the browser is performed by Highcharts. Invient Charts exposes Highcharts' features to Vaadin programmers via a server-side API. LICENSE Invient Charts is licensed under Apache License 2.0. However, it requires Highcharts JavaScript library which is licensed under separate terms: http://www.highcharts.com/license. You must, therefore, adhere to both licenses to use Invient Charts in your application. DEMO DATA The Vaadin demo application of Invient Charts mimics the format and data of Highcharts Demo Gallery at http://www.highcharts.com/demo/.