Convert Ext-Chart to Sencha-Charts

Issue No: DASH-1281
Created 5/18/2015 8:37:19 AM
Type Feature
Priority Major
Status Closed
Resolution Fixed
Fixed Version CAB, 15.4
Description Convert Dashboard's Charts from using ext-chart to sencha-charts   Here are the examples for sencha-charts   [http://dev.sencha.com/extjs/5.0.0/examples/kitchensink/?charts=true]     Changes on SM module:   On load Dependencies function change the code.   FROM: Ext.Loader.loadScript('../resources/extjs/ext-5.0.1/build/packages/ext-charts/build/ext-charts.js');   TO: Ext.Loader.loadScript('../resources/extjs/ext-5.0.1/build/packages/sencha-charts/build/sencha-charts.js');