Tag Archive: Charts

jOrgChart – jQuery Organisation Chart

on May 3, 2012 in Chat, Development

jOrgChart is a jQuery plugin that displays a hierarchical organisational chart from a html list structure.

It features drag and drop but this requires the jQuery UI library and there doesn’t seem to be a built in method to save the updated tree structure.

The chart can be styled with css and each node can be collapsed & expanded by clicking on it.

jOrgChart - jQuery Organisation Chart

Create Charts with jQuery and Peity

on March 27, 2012 in Chat, Development

Peity is a lightweight (2.4kb minified) jQuery plugin that creates mini pie, bar and line charts in any browser that supports canvas. In legacy browsers that do not support canvas, the figures will still be displayed instead.

The size and colour of the charts can be customised in the configuration options and some types of chart have extra options.

Plenty of examples are provided, however this plugin is very simple to use. The charts can even be updated dynamically.

Create Charts with jQuery and Peity

Google Chart API

on September 12, 2011 in Charts, Development

Google chart tools provide an excellent way to visualize data on your website. From line charts to complex hierarchical tree maps and infographics such as QR codes, the chart gallery provides a large number of well-designed chart types. Populating your data is easy using client- and server-side tools.

Google Charts