# HG changeset patch # User Matthew Wild # Date 1245872497 -3600 # Node ID 2712d960f70a9610028d04339b74cece1c2f1461 # Parent 05052cfcefab42e449759eefafc0f0c2ab1933c6 Minor fixes for the README diff -r 05052cfcefab -r 2712d960f70a README --- a/README Wed Jun 24 20:39:55 2009 +0100 +++ b/README Wed Jun 24 20:41:37 2009 +0100 @@ -32,6 +32,7 @@ gchart.new(type): Creates a new chart. Default type is "line". Returns the new chart object. + ### Charts All these functions assume that 'chart' is a chart object returned from gchart.new(). @@ -115,7 +116,7 @@ marker.color: Colour for the marker. A simple hexadecimal value like 00FF00. - marker.series: Which data series the marker should be on. Use default is 0 (the first series) + marker.series: Which data series the marker should be on. Default is 0 (the first series) marker.index: The index of the data point to add the marker at. Default is 0 (the start of the series)