How to add more than 3 SERIES in a LINE or SCATTER chart?
When I try to add more than 3 SERIES in a LINE or SCATTER chart, an exception occurs: In Google Chrome: Uncaught TypeError: Property 'undefined' of object [object Object] is not a function In Firefox: Ext.chart.Shape[type] is not a function [Stop this error] }, attr)); This was identified by ExtJS Support as a bug: http://www.sencha.com/forum/showthread.php?140932-How-to-add-more-than-3-SERIES-in-a-LINE-or-SCATTER-chart Below follow the code: Ext.require('Ext.chart.*'); Ext.define('AM.view.user.ScatterGraphic', { extend : 'Ext.chart.Chart', alias : 'widget.scatterGraphic', title : 'All Users',