Ext.js has the Ext.sparkline.Bar
class. Is it possible to make that bar chart stacked? I have implemented a cartesian
as the widget for the widget column to achieve this effect, But it has led to very long load times (particularly when calling grid.reconfigure()). I'm wondering if a more lightweight version can be achieved via a sparkline.
The reason I'm thinking it may be possible is because of the stackedBarColor
config in the Ext.sparkline.Bar
class. Aside from that, I haven't been able to find anything in regards to implementing it.
Anyone have any idea?