Touch Charts is a new add-on to Sencha Touch that we think will change how people interact with mobile web data. Just likeAJAX was a revolution because it accelerated work flow by eliminating page refreshes, Touch Charts allows users to explore and interact with data in-session without high latency server image serving.
Questions tagged [sencha-charts]
86 questions
0
votes
1 answer
Sencha Chart Rendering issue in Mobile Devices
Hello i am using sencha touch for charts there is a issue i am facing when i set
showInLegend: false, and
legend: {
position: 'right'
},
nothing is rendering in mobile devices but in my web browser its working perfect .i have…

user2000349
- 1
- 1
0
votes
2 answers
EXTJs Chart not rendering data or graphics
I have created a line chart with some mock data, pulled directly from the EXTJs samples. When I plug it into my application, it shows fine in the window, however, the data and all graphics do NOT display. Even more interesting, when i click on the…

Michael
- 891
- 2
- 16
- 32
0
votes
1 answer
EXTJS MVC Pie chart
Am having a pie chart and a grid displaying below it, both of which use the same store.
And, in the store, am having the following fields:
Total, Allocated, Used, Remaining.
Is it possible to make the pie chart to have only three of the fields from…

rosebrit3
- 523
- 1
- 18
- 32
0
votes
1 answer
How to add sencha chart 2 with a sencha touch 2 project using sencha architect
I am working on a mobile Sencha Touch 2 application and am using Sencha Architect to do the UI and stuff. I also require charts in my application. Is there a way for me to integrate Sencha Charts 2 with Sencha Architect.

Rajul
- 5,906
- 2
- 22
- 26
0
votes
1 answer
Legend not getting Displayed in sencha
I have legend enabled in the chart config
config: {
legends: {
position: 'right'
}
}
Also i have enabled the showInLegend config to true but legend is not being displayed...What am i missing???
Thnx

Ram G Athreya
- 4,892
- 6
- 25
- 57
0
votes
1 answer
how to map a json store or xml store to pie chart in sencha architect
Am new to sencha and all its products. I started working with sencha architect. In that when i design some project and when i try to run its asking for url and i uploaded it on a free web hosting site. MY test app. When i preview it its showing an…

Praveen Singh
- 534
- 2
- 8
- 23
0
votes
1 answer
Sencha Chart 2.0 - Multiple Selection
I am looking the way to manage multiple selection on a Bar Chart. Is it possible?
Actually, I am using this configuration:
interactions: [
....
'itemhighlight',
...],
series: [
{
type: 'bar',
…

todotresde
- 1,770
- 2
- 19
- 25
0
votes
1 answer
How to start with sencha touch 2.0 chart beta?
I need to know how i can make a column chart with the sencha touch chart 2.0, the documentation is the same as 1.0 and i know that chart 1 and 2 are incompatible.
How i can make a view with a chart?
Thanks.

Alexis Duran
- 620
- 14
- 28
0
votes
1 answer
Sencha Touch Charts - group by field
I have in a tabPanel a list from a Store who's based on the Model below. In the second tab I want a pie-chart (build with Sencha Charts 2.0 Beta) with the total number of three possible values of my vote field (values can be "Yes", "No" or "AB", so…

Greezer
- 231
- 1
- 5
- 19
0
votes
2 answers
running example"source code" from sencha website, causes error
I'm trying to modify an example in this website. I run this example on GoogleChrome, But the compiler or whatever it is, gives me the following error
"Uncaught ReferenceError: store1 is not defined".
in my browser, I type the following:…

Amr
- 187
- 1
- 4
- 11
0
votes
3 answers
Is touch-chart 1.0 compatible with sencha touch 2.0?
I need sencha-touch-chart with sencha-touch 2.0. Are they compatible to work together or not?
If not, is there any solution for this?

Naresh Tank
- 1,569
- 10
- 23