Here is the library documentation that you are using:
https://github.com/flot/flot/blob/master/API.md#customizing-the-legend
legend: { show: boolean labelFormatter: null or (fn: string, series object -> string) labelBoxBorderColor: color noColumns: number position: "ne" or "nw" or "se" or "sw" margin: number of pixels or [x margin, y margin] backgroundColor: null or color backgroundOpacity: number between 0 and 1 container: null or jQuery object/DOM element/jQuery expression sorted: null/false, true, "ascending", "descending", "reverse", or a comparator }
Ondra Ε½iΕΎka
source share