Sencha Touch Charts style
问题 I'm playing with Sencha Touch Charts. I've got them working, with interactions, animation everything is good. I even styled a bunch of them. But when I got around styling a series of type area.. it just wouldn't take. new Ext.chart.Chart({ theme: 'MyTheme', cls: 'myClass', legend: { ... }, interactions: [{ ... }], store: app.stores.MyStore, axes: [...], series: [{ type: 'area', axis: 'left', xField: 'Date', yField: 'someField' }, { type: 'line', axis: 'right', xField: 'Date', yField: