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
1
vote
1 answer
Drop Shadow using sencha touch
As per my requirements, I need drop shadow in sencha charts.
Is it possible to add a drop shadow to sencha charts?
Thanks,
Nag.

Nag
- 1,438
- 1
- 11
- 39
1
vote
2 answers
Sencha Touch Chart: Scroll bars with in chart panel and setting bar width
I am working on a mobile application and using sencha touch charts. By default horizontal bar chart is fitting exactly into screen. If there are more number of bars,then bars are appearing very thin and looking odd. I want to fix bar width to have…

Nag
- 1,438
- 1
- 11
- 39
1
vote
2 answers
Sencha Touch Chart: how can I handle TAP on a Bar column?
I've successfully implemented a Bar chart; now I would like to trap the user touch. I've tried by using Interactions but cannot get the clicked item.

Cris
- 12,124
- 27
- 92
- 159
1
vote
1 answer
Using Sencha Touch charts within an MVC application
I'm new to Ext.JS and sencha touch and am having a little trouble adding charts to one of my applications. I've followed the MVC tutorial from the website and for each of my views I've ended up with something like this:
app.views.ViewName =…

Gary
- 926
- 3
- 12
- 24
1
vote
1 answer
will sencha-charts work without sencha-touch?
I have downloaded sancha touch-charts.If i want to host in my local host,I have to install sencha touch? will sencha-charts work without sencha-touch? how can I configure both in webserver?because sencha-charts is add-on of sencha-touch?
user141302
1
vote
1 answer
Conditionally overriding Ext JS/Sencha Chart framework
I am new to Ext JS and Sencha charts. For our application we have multiple charts, one of the chart I need to hide the dashes on X - Axis. We are using Ext JS version 5.1, where I could not find dashSize property. After some digging in the…

Niranjan
- 813
- 2
- 12
- 33
1
vote
0 answers
How to use item info interactions on my Sencha Touch Chart
I have a chart with the following code
{
xtype: 'chart',
centered: true,
height: '100%',
id: 'ClipsViewedChart',
…

Andrew Barker
- 41
- 1
- 10
1
vote
1 answer
ExtJs4 to ExtJs5 Upgrade: GroupedColumn Chart is not working
I am new to Extjs5. I am upgrading extJs4 to ExtJs 5. I am trying to implement a groupedColumn chart but no data shows up only the axises are visible. Even I am not getting any error.
My code is as follows:
Ext.define('Result', {
extend:…

Samir
- 55
- 6
1
vote
0 answers
ExtJs 5 Sencha-Charts adding listener
Hi I am having a hard time to figure out what's wrong on sencha-chart is this a bug or just a syntax error. To start I have an application which uses the new sencha-charts of extjs 5. After I adjusted I came up with the ff codes which is working…

starTreyk
- 83
- 2
- 13
1
vote
0 answers
Sencha Touch Production Build
Trying to create a production build for my Sencha Touch Charts App.
Sencha Touch 2.3.1
Sencha Charts 1.0.1
Sencha Cmd 4.0.2.67
The build runs ok, without errors. However, when I try to run the new production build, I get an error that I cannot…

Jez D
- 1,461
- 2
- 25
- 52
1
vote
1 answer
ExtJS 4.2 - Chart Redraw, still see old labels
I have some problem with my line chart that I am making.
I am making it so it will automatically update every second,
and it will take the value in the "Ping Time" text field,
then place it onto the chart, at the next "Minute" index.
What is wrong…

user3216871
- 11
- 1
- 2
1
vote
1 answer
Sencha charts vertical axis values
I need lowest value on my vertical axis to be zero. I have set minimum: 0 in my view, but it still shows the lowest value to be a figure less than zero. The lowest value in my data is 1 - there are NO values less than zero.
Here is the view:
var…

Jez D
- 1,461
- 2
- 25
- 52
1
vote
0 answers
Sencha-touch chart with MVC application
I am using sencha mvc and i want to show graph on my page . i am using chartbeta plugin for that pupose . my problem is i am already written sencha-touch.js alone it works fine , but when i add plugin [which again contain sencha-touch.js ] my other…

anam
- 3,905
- 16
- 45
- 85
1
vote
1 answer
How to develop chart on sencha touch
When creating bar chart on sencha touch I get this exception.
06-25 12:59:57.245: E/Web Console(28577): Uncaught TypeError: Cannot read property 'CartesianChart' of undefined at file:///android_asset/www/index.html:9
My index file is:

Neha Agarwal
- 622
- 7
- 24
1
vote
1 answer
Sencha Touch 2.1 changing cartesian chart axis values as whole numbers
Hi I am using sencha touch 2.1.1 charts to show the polls result as in cartesian chart format.I assigned my axes type as 'integer'. My given input values for chart's store are always whole numbers only(like 1,2,3...). But the drawned graph axis…

SURESH KUMAR
- 403
- 5
- 15