Search Type: Posts; User: maxycini
Search: Search took 0.04 seconds.
-
17 Mar 2013 8:51 PM
- Replies
- 2
- Views
- 441
By 'test' did you mean the source code?
-
12 Mar 2013 10:23 PM
- Replies
- 2
- Views
- 441
Hello,
I had a strange problem with the loading mask.
My application has a chart and a grid page. From chart on a button click i am trying to load the grid page. Since the grid page takes a... -
13 Feb 2013 9:25 PM
Jump to post Thread: Chart grid lines not showing up by maxycini
- Replies
- 2
- Views
- 603
I am using ST 2.0 and touch-charts-2.0.0-beta
-
11 Feb 2013 11:39 PM
Jump to post Thread: Chart grid lines not showing up by maxycini
- Replies
- 2
- Views
- 603
Hi,
I have faced a strange issue with the chart. I have defined grid lines for the chart. The code sample is given below
axes: [
{
type:... -
19 Dec 2012 8:47 PM
- Replies
- 2
- Views
- 947
Thanks for the reply.
I feel the error was basically with the color code or style to be used.
If you see in bar chart if i have more than nine bars it works , but only thing is after the ninth... -
17 Dec 2012 5:05 AM
- Replies
- 2
- Views
- 947
I have the requirement of drawing more than 20 line series in the chart but
any thing above 9 line series it stops working and i am getting the error given below
int touch-chart.js
... -
17 Dec 2012 4:57 AM
- Replies
- 3
- Views
- 1,672
One way of solving this is before setting data to chart check if record count and if its 1 then add a dummy record to the store and then set the store to the chart
-
17 Dec 2012 4:54 AM
Jump to post Thread: Stacked bar charts in sencha by maxycini
- Replies
- 5
- Views
- 1,492
Sorry it was my mistake, when i applied the changes i saw the change in the graph and assumed its working. But when i observed in details the starcked bar chart was not coming.
I feel as of now... -
17 Dec 2012 4:51 AM
- Replies
- 3
- Views
- 1,309
A work around i found for this was to add a dummy record in the beginning of the store data so that you have space in the beginning
-
7 Sep 2012 5:38 AM
- Replies
- 2
- Views
- 1,223
I have faced a strange issue when creating bar chart.
when i set the store for my chart eg:
var dataStore = new Ext.data.JsonStore({
fields: ["field1 .", "field2"],
... -
21 Aug 2012 8:49 PM
- Replies
- 3
- Views
- 973
In the series listener in the item tap event, we can get the index of the tapped bar item selected based on comparing the color code and value like this
itemtap: function (series, item, event) {
... -
21 Aug 2012 8:40 PM
- Replies
- 3
- Views
- 973
Thanks for the reply
-
19 Aug 2012 5:49 PM
- Replies
- 2
- Views
- 837
Thanks mitchell for the reply,
Can you give me an example code for the same :) -
16 Aug 2012 4:55 AM
- Replies
- 2
- Views
- 837
How can i stop the tap event on my legend labels.
I have created a pie chart. So the problem is on tapping the legend item that slice is removed from the pie.
I dont want that to happen.
I... -
31 Jul 2012 5:12 AM
- Replies
- 1
- Views
- 607
Is it possible to just show the first 10 characters of the label used in legend?
Please check the image below where some of the labels are not completely visible. So would like to limit all... -
30 Jul 2012 3:53 AM
- Replies
- 3
- Views
- 973
I have a very strange requirement.
I have a column chart which has
on the X axis - year
and Y axis three fields [data1, data2, data3]
37597 -
30 Jul 2012 3:34 AM
- Replies
- 2
- Views
- 920
One more way i got it working is to set it from the controller when you initialize the chart data.
chart._axes.items[0]._maximum = maxValue; //assuming you are setting the max value for the first... -
30 Jul 2012 3:30 AM
Jump to post Thread: Stacked bar charts in sencha by maxycini
- Replies
- 5
- Views
- 1,492
Thanks a lot,
I was able to create the stacked column chart -
26 Jul 2012 3:34 AM
Jump to post Thread: Stacked bar charts in sencha by maxycini
- Replies
- 5
- Views
- 1,492
Is it possible to create stacked column charts as given in the image below in sencha touch? If yes can somebody give a sample code for the same
37502 -
25 Jul 2012 2:26 AM
- Replies
- 4
- Views
- 1,534
Thanks Naga it worked
-
24 Jul 2012 10:02 PM
- Replies
- 4
- Views
- 1,534
I have tried using gutter in three ways but it didnt work
series: [
{
type: 'column',
axis: 'left',
... -
23 Jul 2012 5:18 AM
- Replies
- 4
- Views
- 1,534
Hello,
I ave created a column chart, but my requirement is to show the columns grouped together without any space in between. How can we achieve that?
below is the current chart i am getting...
Results 1 to 22 of 22
