Skip to content

Commit

Permalink
update documentation and minify
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian committed Sep 3, 2010
1 parent 2315365 commit a0f7b51
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 20 deletions.
10 changes: 8 additions & 2 deletions documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ <h2 id="line">Line graphs</h2>
draw_axis : false,
labels : ['mon', '', 'wed', '', 'fri', '', 'sun'],
hide_empty_label_grid : true,
datalabels : {workload:function(idx, value) {
datalabels : {workload:function(idx, value) {
return ['mon', 'tue', 'wed', 'thu', 'fri', 'sat', 'sun'][idx] + " : " + value;
}},
});</code></pre>
Expand Down Expand Up @@ -418,13 +418,19 @@ <h3>Line graph options:</h3>
<dt>marker_size</dt>
<dd>
The size of the marker (number)<br>
<em>Default value: 5</em>
<em>Default value: 0 (smartly chosen)</em>
</dd>
<dt>hide_empty_label_grid</dt>
<dd>
Hide the vertical gridlines for all empty label on the horizontal axis. (boolean)<br>
<em>Default value: false</em>
</dd>
<dt>hover_radius</dt>
<dd>
Set a default height in pixels that represent the activation zone for hover effect (int)<br>
<em>Default value: 15</em>
</dd>

<dt>start_at_zero</dt>
<dd>
If false, Grafico will not start drawing untill the value of a line graph becomes more than zero. (boolean)<br>
Expand Down
Loading

0 comments on commit a0f7b51

Please sign in to comment.