Results 8 issues of Tim Tucker

The code in makeArray and arrayPushAll does almost exactly the same thing, with the caveat that arrayPushAll has an optimization if the object being passed in is already an array....

severity: nice-to-have
type: feature
affected: average

I'd started this pull with an optimization to check once for the existance of the native indexOf function instead of checking each time arrayIndexOf was called -- that gave a...

severity: minor
type: feature
affected: few

Having issues with a XYPlot with multiple VerticalBarSeries not rendering properly when one of the series has only a single data point. #484 looked similar, but seemed to be limited...

Make a max of 2 calls to exports.getType instead of 4 calls. Should be slightly faster and a little smaller when minified.

Put the null check first so that we skip the call to exports.getType and the 2 string comparisons if the object is null.

Closure compiler applied to exports.visitModel shows a decrease from 1005 bytes down to 930 bytes.