Links

AChartEngine: charting library for Android

AChartEngine 

is a charting library for Android applications. It currently supports the following chart types:
  • line chart
  • area chart
  • scatter chart
  • time chart
  • bar chart
  • pie chart
  • bubble chart
  • doughnut chart
  • range (high-low) bar chart
  • dial chart / gauge
  • combined (any combination of line, cubic line, scatter, bar, range bar, bubble) chart
  • cubic line chart
All the above supported chart types can contain multiple series, can be displayed with the X axis horizontally (default) or vertically and support many other custom features. The charts can be built as a view that can be added to a view group or as an intent, such as it can be used to start an activity.

http://code.google.com/p/achartengine/

(download)

Filed under  //   android   asl   charts   graphs   opensource  
Posted September 1, 2011 by email 

Peity: jQuery sparkline plugin to convert HTML data into mini pie, line, or bar charts

Peity (sounds like deity) is a simple jQuery plugin that converts an element's content into a simple <canvas> mini pie line or bar chart.

https://github.com/benpickles/peity

http://benpickles.github.com/peity/

(download)

Filed under  //   charts   graphs   javascript   jquery   oss   plugin   ui   web  
Posted April 27, 2011 by email 

Smoothie Charts: charting library for live streaming data

Smoothie Charts is a really small charting library designed for live streaming data. It was built to reduce the headaches getting from watching charts jerkily updating every second.

Image001

http://smoothiecharts.org/

http://joewalnes.com/2010/08/10/introducing-smoothie-charts/

https://github.com/joewalnes/smoothie/

Filed under  //   charts   data   graphs   javascript   streaming  
Posted March 10, 2011 by email 

Highcharts: commercial charting library written in JavaScript

Highcharts is a charting library written in pure JavaScript, offering an easy way of adding interactive charts to your web site or web application. Highcharts currently supports line, spline, area, areaspline, column, bar, pie and scatter chart types.

Commercial or free for Non-commercial

http://www.highcharts.com/

(download)

Filed under  //   charts   commercial   graphs   javascript   ui   web  
Posted March 2, 2011 by email 

Java swing component library "SteelSeries"

In principle there are two types of gauges available in the library

  • Radial gauges
  • Linear gauges

Common features of all gauges are:

  • customizable framedesign
  • customizable background gradient
  • customizable pointer/bar color
  • threshold indicator
  • threshold led in different colors
  • adjustable scale
  • indicators for min and max measured values
  • threecolored track to visualize a area of interest
  • automatic reset to zero mode

Common features of gauges with lcd display are:

  • customizable lcd colors
  • seven segment font (embedded ttf font)

The available frame designs (today) are:

  • Metal (default)
  • ShinyMetal
  • BlackMetal

http://harmoniccode.blogspot.com/2010/08/java-swing-component-library.html

Presentation

http://idisk.mac.com/han.solo-Public/Presentations/ForgottenPowerOfSwing/ForgottenPowerOfSwing.pdf

(download)

Filed under  //   charts   components   java   swing   ui  
Posted December 8, 2010 by email 

HumbleFinance: Dynamic Charts with HTML5, Canvas, and Flotr for Prototype

HumbleFinance is an HTML5 data visualization tool written as a demonstration of interactive graphing in HTML5. It is similar to the Flash tool on http://finance.google.com/. The tool itself is written entirely in JavaScript, using the Prototype and Flotr libraries. It can be used to display any two 2-D data sets of real numerical data which share an axis.

Image001

http://www.humblesoftware.com/finance/index

Filed under  //   canvas   charts   graph   html5   javascript   prototype   webui  
Posted May 21, 2010 by email 

Grafico graphing library

Outlook

 

Grafico is a graphing library based on Raphaël and Prototype.js.

Grafico's basic principles are to provide good, clean looking graphs inspired by work of Stephen Few and Edward Tufte, while still being flexible to implement and providing numerous api options to tweak the look of the graphs..

Some key things Grafico has:

  • Flexible ranges Grafico select the best range to display your data at
  • Hover options display additional information such as the value when hovering over charts
  • Mean lines A single line that display the mean.
  • Watermarks Use an image as a watermark over your graphs
License: MIT

http://grafico.kilianvalkhof.com/

Filed under  //   charts   graph   javascript   ui   web  
Posted February 15, 2010 by email 

dygraphs: Javascript graph library

Media_httpwwwwebresourcesdepotcomwpcontentuploadsimagezoomablejavascriptchartsgif_gntmrmjuodexrgf

The dygraphs JavaScript library produces produces interactive, zoomable charts of time series.

Features
- Plots time series without using an external server or Flash
- Supports multiple data series
- Supports error bands around data series
- Displays values on mouseover
- Interactive zoom
- Adjustable averaging period
- Customizable click-through actions
- Compatible with the Google Visualization API

Demo
For a gallery and documentation, see http://danvk.org/dygraphs/

 

Code at Github: http://github.com/danvk/dygraphs

Filed under  //   charts   graph   javascript   ui   web  
Posted December 10, 2009 by email