Info: Open Flash Chart 2 is out. Version 1.x and these pages will
never disappear and the charts will continue working forever, but further
development on 1.x has stopped. Take a look at version 2 here
Open Flash Chart 2.
// // now set up an array of values to // show in the chart, this includes // a number of null values which // will NOT be plotted. // $data = array(); $data[] = 'null'; $data[] = 'null'; $data[] = '33188'; $data[] = '34019'; $data[] = '34692'; $data[] = 'null'; $data[] = 'null'; $data[] = 'null'; $data[] = '36319'; $data[] = 'null'; $data[] = 'null'; $data[] = '37089'; $data[] = 'null'; $data[] = 'null';