JavaScript Chart Styling the Legend
The chart legend, as all of its elements, is highly customizable, through the "chartLegend" object.
A typical declaration of a styled legend is demonstrated below:
chartLegend: { borderColor: "red", borderWidth: 5, borderRadius:5 }
For a complete listing of legend-related properties, please refer to the following api section.