Search Type: Posts; User: Marc_B
Search: Search took 0.02 seconds.
-
19 Jul 2012 1:20 AM
- Replies
- 6
- Views
- 1,289
This would be the whole Code of my Piechart:
Ext.define("APP.view.Pie", { xtype: 'pie',
extend: 'Ext.chart.Chart',
config: {
store: "YearStore",
shadow: true,
... -
18 Jul 2012 1:22 AM
Jump to post Thread: Sliding Side Menu by Marc_B
- Replies
- 202
- Views
- 45,115
is it possible to change the list to a tabpanel menu, that would be nice tried but nothing worked any ideas?
-
11 Jul 2012 4:27 AM
- Replies
- 6
- Views
- 1,289
thx that no one helped me out, here i got the solution:
red one is not supported, so leave it out!
renderer: function(val, store) {
var store = Ext.getStore('Storename');
var index =... -
6 Jul 2012 6:02 AM
- Replies
- 6
- Views
- 1,289
{"items":[{"year":2004,"C0":28.3,"C1":15.7,"C2":25}
I want it like that:
labels on piechart: C1: 15,7% C2: 25% ...
Thx
PS: another topic: how long does it take to activate the... -
5 Jul 2012 12:12 AM
Jump to post Thread: Axis-Labels are cut on line-graph by Marc_B
- Replies
- 9
- Views
- 1,738
hope this will be fixed soon!
-
4 Jul 2012 3:30 AM
- Replies
- 6
- Views
- 1,289
Hello guys,
i want to add to the label of the pie chart the data value.
i found this codesnippet from (http://bl.ocks.org/2237197):
Ext.setup({
onReady: function() { var chart =... -
4 Jul 2012 1:14 AM
- Replies
- 1
- Views
- 444
Please close this thread. Found another way!
-
3 Jul 2012 5:34 AM
- Replies
- 1
- Views
- 444
I get: touch-charts.js:10125
Uncaught TypeError: Cannot read property 'ui' of undefined
I wanted to integrate the PieChart into a container why this does not work easily? or pls have you got some...
Results 1 to 8 of 8
