appshare
2 May 2010, 7:47 AM
Hi everybody!
I'm working on a sparkline grid plugin:
http://www.appshare.de/Spark.jpg
plan is to release a beta within the next 2-3 weeks
Usage is very simple:
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']
];
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
}},
Any wishes
I'm working on a sparkline grid plugin:
http://www.appshare.de/Spark.jpg
plan is to release a beta within the next 2-3 weeks
Usage is very simple:
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']
];
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
}},
Any wishes