-
2 May 2010 7:47 AM #1
Sparkline Grid Plugin
Sparkline Grid Plugin
Hi everybody!
I'm working on a sparkline grid plugin:

plan is to release a beta within the next 2-3 weeks
Usage is very simple:
Code:var myData = [ ['3m Co',[71.72, 11.11, 80, 50, 20],[10, 15, -1.8, -3, 7], [29.01, 12.12, 30, 20, 10],'9/1 12:00am'], ['Alcoa Inc',[29.01, 12.12, 30, 20, 10],[10, 15, -1.8, -3, 7], [2000, 1000],'9/1 12:00am'], ['Alcoa Inc',[1000, 1345, 1500, 700, 500],[1, 6, -9, -3, 7], [29.01, 12, 19, 12.12, 30, 20, 10,6, 20, 21, 11, 14],'9/1 12:00am'] ];Any wishesCode:header: 'Grad Erreichung', width: 75, sortable: true, dataIndex: 'bulletChart' ,bulletChart:{ targetColor:'black' ,targetWidth:3 ,bulletWidth:65 ,performanceColor:'green' ,rangeColors:'#D3DAFE #A8B6FF #7F94FF' } }, {header: 'LineChart', width: 75, sortable: true, dataIndex: 'lineChart' ,lineChart:{ barColor:'black' ,negativeBarColor:'red' ,barWidth:4 ,barSpacing:1 ,lineChartWidth: 70 }}, {header: 'BarChart', width: 75, sortable: true, renderer: pctChange, dataIndex: 'barChart' ,barChart:{ barColor:'black' ,negativeBarColor:'red' ,barWidth:4 ,barSpacing:1 ,barChartWidth: 70 }},
-
3 May 2010 3:26 PM #2
-
11 May 2010 5:41 AM #3
This would be very handy. I do have a question. Will the data stretch to fit the space? So if you are using the BarChart and there are 2 data points, will the 2 data points fill the space like they do above. Will there be a way to set a bar width for example?
Great idea, can't wait to see it.
Marty
-
4 Jun 2010 9:46 AM #4
Hi,
Any updates on this plugin? Is it available to try?
-
4 Jun 2010 12:11 PM #5Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,169
- Vote Rating
- 28
looks promising. would like to see a public demo link.

Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
15 Jun 2010 6:12 AM #6
-
27 Jul 2010 1:09 PM #7
-
21 Apr 2012 7:40 AM #8


Reply With Quote