Commit 8760ee77 authored by David Schnur's avatar David Schnur

Added undocumented labelFormatter null behavior.

parent 43e3a70d
......@@ -173,6 +173,9 @@ labelFormatter: function(label, series) {
}
```
To prevent a series from showing up in the legend, simply have the function
return null.
"noColumns" is the number of columns to divide the legend table into.
"position" specifies the overall placement of the legend within the
plot (top-right, top-left, etc.) and margin the distance to the plot
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment