Search Type: Posts; User: Syntona
Search: Search took 0.03 seconds.
-
31 Jan 2013 1:54 AM
Jump to post Thread: KPI Gauge in sencha chart 2 by Syntona
- Replies
- 6
- Views
- 470
You can follow this thread,
http://www.sencha.com/forum/showthread.php?159879-KPI-Gauge/page2
I have given the code changes I did. -
30 Jan 2013 1:08 AM
Jump to post Thread: KPI Gauge in sencha chart 2 by Syntona
- Replies
- 6
- Views
- 470
Yeah kind of workaround. I have modified the code used for EXT JS4 and replace with the gauge chart series code.
-
10 Jan 2013 12:48 AM
- Replies
- 2
- Views
- 953
I am looking for event which is fired before/after tap on Legends.
-
8 Jan 2013 5:44 AM
- Replies
- 2
- Views
- 953
Hi,
I have chart and grid in one panel.
On tap of legend corresponding series is removed from the chart, same way I want to remove the corresponding column from grid.
For that I can use... -
8 Jan 2013 3:02 AM
Jump to post Thread: KPI Gauge by Syntona
- Replies
- 21
- Views
- 6,888
Hey, Thanks for your reply.
I have tried to incorporate it into Sencha-chart 2.
I have modified your code to adjust with existing SenchaChart library.
However, when i tried to add a new... -
4 Jan 2013 8:39 AM
Jump to post Thread: KPI Gauge by Syntona
- Replies
- 21
- Views
- 6,888
Hi,
Nice work.
and I really need this control in my application which is in Sencha Chart 2.
Please help me how to incorporate this in Sencha chart 2.
many thanks in advance. -
4 Jan 2013 8:01 AM
Jump to post Thread: Gauge chart with needle by Syntona
- Replies
- 3
- Views
- 1,026
var GaugeChartPnl = Ext.create('Ext.Panel', {
id: 'GaugeChartPnl',
flex:1,
layout: {
type: 'vbox',
align: 'stretch'
},
... -
2 Jan 2013 5:38 AM
Jump to post Thread: Gauge chart with needle by Syntona
- Replies
- 3
- Views
- 1,026
Hi,
I am trying to create Gauge chart with needle.
I have used config parameter "needle:true",
However I can see the needle but the chart is in one color only (only 1 slice is added).
41035... -
2 Jan 2013 3:09 AM
- Replies
- 4
- Views
- 1,551
Hey,
Can I ask you have to accomplish this?
I am also looking for gauge chart with multiple series.
I tried to incorporate KPI gauge chart extension available in EXT-JS but not succeeded :(
It... -
28 Dec 2012 3:14 AM
Jump to post Thread: KPI Gauge in sencha chart 2 by Syntona
- Replies
- 6
- Views
- 470
Correct Mitchell, but with the gauge series you can display only one color set.
I want to have gauge chart specify the different slice ranges(may be with option of start, end and color).
for... -
24 Dec 2012 5:41 AM
Jump to post Thread: KPI Gauge in sencha chart 2 by Syntona
- Replies
- 6
- Views
- 470
Hi,
Do we have KPI gauge chart extension with sencha chart 2?
like in EXT.JS 4
http://www.sencha.com/forum/showthread.php?159879-KPI-Gauge -
22 Nov 2012 6:24 AM
Jump to post Thread: Create sencha chart in loop by Syntona
- Replies
- 1
- Views
- 208
Ok,
it works. I am able to create charts in loop.
The problem with the above code is that I was doing (looping and creating charts) in Ext.Ajax.request().Success method.(in asynchronous method... -
22 Nov 2012 4:29 AM
- Replies
- 1
- Views
- 218
Hi I have to create n number of charts.
Can I do like below?
var data = Ext.decode(response.responseText);
var count = data.data.length;
for (var i=0;i<count;i++) {
rec = data.data[i]; ... -
22 Nov 2012 3:38 AM
Jump to post Thread: Create sencha chart in loop by Syntona
- Replies
- 1
- Views
- 208
Hi,
I need to create gauge chart showing performance. Now the parameter can changed runtime so the number of charts.
for that I am creating charts in loop. (just returning chart with different... -
12 Jun 2012 6:51 AM
Jump to post Thread: Ext.ux.touch.grid by Syntona
- Replies
- 271
- Views
- 54,725
oops, silly mistake from my side..
thanks for correcting and taking time out. -
12 Jun 2012 6:28 AM
Jump to post Thread: Ext.ux.touch.grid by Syntona
- Replies
- 271
- Views
- 54,725
it makes sense
but no effect on end result..
.touchgridpanel .x-dataview-container :nth-child(odd){
background-color: #ffffff ;
} -
12 Jun 2012 5:36 AM
Jump to post Thread: Ext.ux.touch.grid by Syntona
- Replies
- 271
- Views
- 54,725
I want alternate ROWs differentiation ..
i put
.touchgridpanel .x-dataview-item :nth-child(odd){
background-color: #ffffff ;
} -
12 Jun 2012 5:11 AM
Jump to post Thread: Ext.ux.touch.grid by Syntona
- Replies
- 271
- Views
- 54,725
hi,
using Pseudo-elements of css on .x-dataview.item make alternate COLUMN distinguishable.
Looking inside DOM found that x-grid-cell also inherits the characterstic.
36148 -
11 Jun 2012 4:55 AM
- Replies
- 8
- Views
- 3,175
this is working fine with me.
var SelectField = new Ext.form.Select({
xtype: 'selectfield',
id: 'YearFilter',
name: 'Options',
cls: 'x-select-dropdwn',
... -
11 Jun 2012 12:31 AM
Jump to post Thread: Column Lock in Ext.ux.touch.grid? by Syntona
- Replies
- 2
- Views
- 862
Hi,
Thanks for the suggestion.
I tried that way and it is working correctly. I put 2 grid in carousel and added a function to scroll together vertically.
However the second grid can scroll... -
1 Jun 2012 2:23 AM
Jump to post Thread: Column Lock in Ext.ux.touch.grid? by Syntona
- Replies
- 2
- Views
- 862
Do we have column lock functionality in the Ext.ux.touch.grid provided by Mitchell Simoens?
I wanted to have grid with first column lock in horizontal scrolling.
Any ideas/suggestion?
Thanks... -
29 May 2012 7:41 AM
Jump to post Thread: Ext.ux.TouchGridPanel v2.0b1 by Syntona
- Replies
- 237
- Views
- 69,834
Hi there,
I want to scroll my grid in both the direction.
For that in Ext.ux.TouchGridPanel.js file, i have updated scroll: "both",
With this my grid is scrolling, but the header is fixed so... -
23 May 2012 4:52 AM
- Replies
- 1
- Views
- 1,412
Any update on this?
I am also stuck to the same problem.
Now am thinking to stop scrolling when the offset is -ve.
But the next question is how to stop scrolling programatically.
I am... -
22 May 2012 5:44 AM
Jump to post Thread: Scroll Events in TouchGridPanel by Syntona
- Replies
- 4
- Views
- 686
Hi,
just to update, i managed to scroll the grids. -
14 May 2012 6:36 AM
Jump to post Thread: Scroll Events in TouchGridPanel by Syntona
- Replies
- 4
- Views
- 686
Hi
Update to previous post.
I guess, can listen to scroll event only after data loaded.
before that var scroller = me.dataview.scroller; is always NULL.
I tried to get the scroller after...
Results 1 to 25 of 26
