Directory

dCharts Widget - Vaadin Add-on Directory

jqPlot Charts Wrapper dCharts Widget - Vaadin Add-on Directory
jqPlot (www.jqplot.com) is a plotting and charting plugin for the jQuery Javascript framework and is dual licensed under the MIT and GPL version 2 licenses. jqPlot produces line, bar and pie charts with many features. dCharts is Vaadin add-on for creating charts and is a wrapper for jqPlot library. For now dCharts support: - Bar Charts, - Block Charts, - Bubble Charts, - Donut Charts, - Line Charts, - Meter Gauge Charts, - OHLC, HLC and Candlestick Charts, - Pie Charts, - Pyramid Charts, - Waterfall Charts. From version 0.7.0 dCharts now allow to handle events on charts data (see demos at http://vaadin.dussan.org/dchartsdemo#chartDataEvents). dCharts support following events: - mouse enter, - mouse leave, - click, - right click. From version 1.0.0 onwards dCharts now requires Vaadin 7. The earlier versions most likely won't be maintained any more. From version 1.1.0 onwards you can download and save chart as image. For now only support gif or png format.
Project Homepage
Online Demo
Issue Tracker
Source Code
Discussion Forum

dCharts Widget version 0.3.0
This is the first beta release.

dCharts Widget version 0.4.0
Fixed: Chart won't resize when maximize/minimize windows. Fixed: Decimal numbers not properly formatted. Added option to define decimal and thousand separator.

dCharts Widget version 0.5.0
Added tooltip for Bar, Pie, Donut, Bubble and Pyramid Charts.

dCharts Widget version 0.7.0
Added chart data events: mouse enter, mouse leave, click, right click.

dCharts Widget version 0.8.0
Added OHLC, HLC and Candlestick charts.

dCharts Widget version 0.9.0
Removed component's title, instead use component function setCaption. Added examples for waterfall chart (see demos at http://vaadin.dussan.org/dchartsdemo#waterfallCharts).

dCharts Widget version 0.10.0
jqPlot: 1.0.4 -->> 1.0.7

dCharts Widget version 1.0.0
Migrate to Vaadin 7. Added Meter Gauge Chart. Added replot and refresh functions.

dCharts Widget version 1.1.0
Added option to download and save chart as image.

dCharts Widget version 1.2.0
Added chart image change handler. Added option to save chart image in gif or png format. Migrate demo @ vaadin.dussan.org to Vaadin 7.

dCharts Widget version 1.3.0
Fixed bug #105: Data events not working for multiple charts. Fixed bug #107: Chart not showing if no dimensions defined.

dCharts Widget version 1.4.0
Fixed bug #106: Vaadin Plugin dCharts problem, when using TabContainer in Vaadin 7 (view demo). Fixed bug #108: When use two or more charts of the same type in the same container the last chart get event data (view demo).

dCharts Widget version 1.5.0
Fixed bug #109: When hide some area, the enhanced legend won't change status to gray color. Fixed bug #110: If added margins to charts, chart ignores top margin size. Added block charts. Added demo for chart with canvas overlay objects.

dCharts Widget version 1.6.0
Enabled chart zoom on legend click event.

dCharts Widget version 1.7.0
Fixed bug #112: DCharts.replot does not use the clean argument. Fixed bug #113: Chart not showing because of Ticks. Fixed bug #114: Chart with enhanced legend show inactive element shadow. Added enhanced legend to block, bubble, donut and pie charts (see new demos).