Search Type: Posts; User: TrexXx
Search: Search took 0.02 seconds.
-
17 Oct 2012 1:21 AM
- Replies
- 1
- Views
- 158
Hi,
I've downloaded Sencha 2.1 RC2 and I saw that Treemap are not included, will they be included in the final release ?
Thanks,
Matthieu -
24 May 2012 3:49 AM
Jump to post Thread: Column chart with 2 Y axes by TrexXx
- Replies
- 11
- Views
- 2,433
I made an hack to make it works the way I wanted. Contact me if you want me to help you with it : ravey [dot] matt [at] gmail [dot] com
-
28 Mar 2012 12:13 AM
- Replies
- 5
- Views
- 915
Did you take a look at what I'm talking about ?
Here is a simple example showing that what I am talking about is possible with my fix : http://testfactory.fr/chart/ -
26 Mar 2012 12:00 PM
- Replies
- 5
- Views
- 915
Well I read the code and I'm pretty sure we can use types such as diamond and cross. If you look at touch-charts-debug.js at the line 16240 where the marker is created you see this :
... -
26 Mar 2012 11:39 AM
- Replies
- 5
- Views
- 915
I'm not talking about sprites, I'm talking about the markerConfig object that you can define for each series. And you take a look at...
-
25 Mar 2012 11:35 PM
- Replies
- 5
- Views
- 915
REQUIRED INFORMATION
Ext version tested:
Sencha Touch 2.0.0
Touch Charts 2.0.0b -
23 Mar 2012 7:37 AM
Jump to post Thread: Cross markers are not working by TrexXx
- Replies
- 1
- Views
- 497
Hi,
I'm trying to use cross as marker type but I looks like it's not working.
Here is my code :
Ext.setup({
onReady: function() {
var chart = new Ext.chart.Chart({ -
14 Mar 2012 7:21 AM
Jump to post Thread: Treemap not working by TrexXx
- Replies
- 3
- Views
- 568
For those of you who might have the problem I just forgot to include the offset property in my serie.
-
13 Mar 2012 6:58 AM
Jump to post Thread: Treemap not working by TrexXx
- Replies
- 3
- Views
- 568
Thanks for you answer, I tried to change data to root in my store but it does not change anything :
Ext.setup({
onReady: function() {
new Ext.chart.Panel({
... -
13 Mar 2012 3:03 AM
Jump to post Thread: Treemap not working by TrexXx
- Replies
- 3
- Views
- 568
Hi,
I'm trying to use the treemap chart with a in memory TreeStore and it does not work, here is my code :
Ext.setup({
onReady: function() {
new Ext.chart.Panel({
... -
12 Mar 2012 5:28 AM
Jump to post Thread: Using itemevents in Touch Charts 2 by TrexXx
- Replies
- 2
- Views
- 432
Here is what I do and my event never gets fired :
Ext.setup({
onReady: function() {
new Ext.chart.Panel({
fullscreen: true,
chart: new Ext.chart.Chart({... -
9 Mar 2012 7:56 AM
Jump to post Thread: Using itemevents in Touch Charts 2 by TrexXx
- Replies
- 2
- Views
- 432
Hello,
I'm trying to use itemEvents with touch chart 2 but I can not figure out how to use it. The doc only shows the list of all events and not how to use them. Can you point me to a tutorial or... -
6 Mar 2012 3:10 AM
Jump to post Thread: Change scale radar by TrexXx
- Replies
- 2
- Views
- 682
No one knows if it's possible ?
Thanks -
2 Mar 2012 8:24 AM
Jump to post Thread: More than one chart by TrexXx
- Replies
- 2
- Views
- 596
Thanks, it works perfectly.
-
2 Mar 2012 2:47 AM
Jump to post Thread: More than one chart by TrexXx
- Replies
- 2
- Views
- 596
Hi,
I'm trying to display more than one chart in my pages like in this example : http://dev.sencha.com/deploy/touch-charts-1.0.0/examples/Gauge/ but it does not work.
I create my charts, append... -
1 Mar 2012 8:09 AM
Jump to post Thread: Change scale radar by TrexXx
- Replies
- 2
- Views
- 682
Hi,
I have a question regarding the radar chart. Currently I get this : 32278
But I'd like to have one scale for each axis. So my raw all discount point wouldn't be displayed like if it was equal... -
29 Feb 2012 7:22 AM
Jump to post Thread: Scatter chart not drawing by TrexXx
- Replies
- 2
- Views
- 608
I found why I did not work. If was a bug inside touch charts and I fixed it. How can I do to report it ?
-
28 Feb 2012 7:29 AM
Jump to post Thread: Scatter chart not drawing by TrexXx
- Replies
- 2
- Views
- 608
I can not draw a scatter chart with Sencha Touch Charts. I saw the points during 1 second but after they are erased.
Here are a part of the code I use :
(function () {
var Chart,... -
14 Feb 2012 8:50 AM
Jump to post Thread: Column chart with 2 Y axes by TrexXx
- Replies
- 11
- Views
- 2,433
Yeah but I want one of them linked to the right axis, so I can have two different scales.
-
14 Feb 2012 8:45 AM
Jump to post Thread: Column chart with 2 Y axes by TrexXx
- Replies
- 11
- Views
- 2,433
Yes what you said works, but what I'm trying to do is something like that :
Ext.onReady(function () {
var chart;
chart = new Ext.chart.Chart({
width: 800,
height:... -
14 Feb 2012 8:22 AM
Jump to post Thread: Column chart with 2 Y axes by TrexXx
- Replies
- 11
- Views
- 2,433
Can you show me the full code you tried please ?
-
14 Feb 2012 8:15 AM
Jump to post Thread: Column chart with 2 Y axes by TrexXx
- Replies
- 11
- Views
- 2,433
I just tried but it doesnt work neither. The problem is when I try with 2 series, I actually have 2 series drawn, but they are drawn on top of each others, so one is hiding the other.
-
14 Feb 2012 7:08 AM
Jump to post Thread: Column chart with 2 Y axes by TrexXx
- Replies
- 11
- Views
- 2,433
Hi,
I'm trying to plot a column chart with 2 series and thus 2 Y axis, one in the left side and the other in the right side. But the columns display in the same place, on top of each others and... -
7 Feb 2012 8:10 AM
Jump to post Thread: Draw an exploded Pie Chart by TrexXx
- Replies
- 1
- Views
- 743
Hi,
Is there a way to make an exploded Pie Chart. Something like that basically: http://i.msdn.microsoft.com/dynimg/IC19118.gif
Thanks -
27 Jan 2012 7:10 AM
Jump to post Thread: Series labels by TrexXx
- Replies
- 0
- Views
- 387
Hi,
I managed to display labels on my series but they are placed in the same place that the points and so we cannot really see them (see picture). How could I move them a little ?
Thanks
...
Results 1 to 25 of 30
