/**
 * @class Ext.chart.series.sprite.Cartesian
 * @extend Ext.chart.series.sprite.Series
 *
 * Cartesian sprite.
 */
 
/**
 * @cfg {Number} [selectionTolerance=20]
 * The distance from the event position to the sprite's data points to trigger interactions (used for 'iteminfo', etc).
 */
 
/**
 * @cfg {Boolean} [flipXY='bool']
 * If flipXY is 'true', the series is flipped.
 */