Fixed undeclared variable in drawLegend function

This commit is contained in:
neveldo
2015-05-17 23:12:39 +02:00
parent 286e54e10c
commit 0607d45a81

View File

@ -686,7 +686,8 @@
, x = 0
, y = 0
, yCenter = 0
, sliceAttrs = [];
, sliceAttrs = []
, length = 0;
if (!legendOptions.slices || !legendOptions.display)
return;