Syntax
var chart = new MilkChart.Line(table, [options])
Arguments
- table - (mixed) a table Element (or its id) that should be transformed
- options - (object, optional) a key/value set of options
Options
- showTicks - (bool:Defaults to false) Draw tick marks at each value
- showLines - (bool:Defaults to true) Draw lines connecting values
- lineWeight - (int: Defaults to 3) Line weight in px
jh