graph chart

2D / 3D Horizontal Bar Graph - Demos & Examples

[ Bar Graph Home ] [ Tutorials ] [ Documentation ] [ Getting Started ] [ Solutions ]

Dynamic Update Bar Graph Demo

if you do not see the graph below then click here



click on the button to load data for a given year

Method Outline
The configuration parameters and chart data are supplied via two text files (bardata2004.txt and barprops.txt).

Clicking the buttons will instruct the bar graph applet to reload the data from a particular file.

Settings Summary

  • Data acquired from the file bardata2004.txt
  • Properties acquired from the file barprops.txt
  • 3D Graphing Mode set
  • 3D depth set to 10 pixels
  • 3 series of data defined each with 4 quarters of sales figures.
Next Demo »

How the Chart was created.
The above chart was inserted into the page with the HTML Code contained in the file,
applet-dynamic-bar-graph.txt (click to view).

The chart properties are read from the file,
barprops.txt (click to view)

The chart data is initially read from the file,
bardata2004.txt (click to view)

The buttons "2003 Data" and "2002 Data" will instruct the bar graph applet to reload the data from the following files:-

 

Further Information

For information on the full range of the bar graph exposed methods see:-

Documentation
Dynamic Methods

For a full explanation of each parameter see the
"Configuration Options" section of the Documentation.

« back to Examples Index

« back to Getting Started

[ Bar Graph Home ] [ Tutorials ] [ Documentation ] [ Getting Started ] [ Solutions ]

Getting Started

Documentation

Examples

Tutorials

Common Problems
This section describes and provides solutions to common problems.