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 ...

learn more… | top users | synonyms

0
votes
0answers
13 views

ST2.1 vs ST2.2 chart sprite style renderer

With ST2.1, I had a scatter graph with a renderer function changing all sprite rotation and color based on values in the store. It was working well. I upgraded to ST2.2.0 and now I'm having trouble ...
0
votes
1answer
154 views

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 ...
0
votes
1answer
218 views

How to present the retrieved data on a sencha pie chart

I have been searching every where for someone to help me out because it has not been possible for me to present the data sent to my Sencha pie chart from the JSON data store I created for this ...
0
votes
2answers
263 views

Ext.js Category axis vertical labels not centered after rotation

Similar to this post in the Sencha forums, how do I get the labels in this (image below) to show up vertically and line up with the grid? Seems like this should be charting basics, but maybe I missed ...
1
vote
1answer
136 views

Ext.js chart series and axis

Suppose I have some data that I want to display on an Ext.js bar chart and I want my data to revolve around a custom value, "1.0" for example, on the y-axis (versus traditionally "0.0"). Meaning, ...
0
votes
0answers
33 views

EXT JS Charts Shadow Color

I am kind of a newbie to JS and Sencha framework at all. I am using version 4.0.7, which has the following known bug (that was fixed later): when setting shadow:false one segment of the pie chart ...
2
votes
1answer
192 views

Can we print the charts, pdfs and other grid reports in ext.js?

I am new to Ext.js,going to develop application using Ext.js, As per requirement need to print charts, pdfs and other grid reports. Can anybody tell me is it possible by ext.js? if it possible means ...
0
votes
0answers
46 views

sencha pie chart gradient issue

I am using 3dpie chart and want to add gradient to all tap on load but it is not happenig. this is my code please help me out var chart = new Ext.chart.PolarChart({ width: 300, ...
0
votes
1answer
107 views

Is it possible to draw non continuous line chart (Line breaking chart) in sencha Ext.js? [duplicate]

I am going design line chart in sencha Ext.js. Can anybody tell me, Is it possible to draw non continuous line chart (Line breaking chart) in sencha Ext.js ? for reference i have attached image. Thank ...
2
votes
1answer
91 views

How To design chart in Ext.js?

I have started work on charts using Ext.js. I am new for this Ext.js. i have attached both image chart1 and chart2. I need to design chart like chart1 but it is not coming. I have did chart but it is ...
1
vote
0answers
136 views

How to give gradient color for bar chart and dashed line for background of chart in sencha touch

can anybody tell How to give gradient color for bar chart and dashed line for background of chart in sencha touch Thanks
0
votes
0answers
377 views

Dynamically adding the series to sencha touch charts

I want to add the series on the basis of one parameter and number of series will depend on the parameter so I will be making the array of series like below : for(i=0; i<4;i++) ...
0
votes
1answer
100 views

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 ...
1
vote
0answers
82 views

how to set data from server in one field & hard coded data in another field of store in sencha touch

Hi I am developing a chart application in this data is coming from server for both xField and yField of series, but I wanted only yField`s( numeric value e.g. 10, 20, 30, 55, 88 for columns of chart ) ...
0
votes
0answers
172 views

sencha touch 2.1 chart axis : x-axis title does not get rendered at times

I have a panel within which I have two components: 1) Column chart. 2) Segmented Button - Day/Week/Month/Year to change the chart view based on which button is tapped. Initially, "Day" is tapped ...
4
votes
1answer
421 views

Sencha Charts Pie label rotation

I'm using the Sencha Touch 2.1 with Charts 1.1 to display some data. I have a pie chart depicted below: I want the labels to stay where they are now , but I want them to be horizontal (not ...
0
votes
0answers
271 views

tree map not displayed in extjs 4 tabpanel

I am using EXTjs 4 , in EXTjs 4 I am displaying Treemap in extjs tabpanel but data is not loading in this tab tabpanel.js file code is below : title: 'Geographical Spread', autoScroll:true, ...
1
vote
1answer
67 views

Sencha Charts Extending Columns outside of the view port

I'm working on getting familiar with Sencha charts. I'd like to know if there is any way that I can extend a column outside of the view port. For example I have data for which I have the min, first ...
1
vote
0answers
375 views

Sencha Touch 2 - Chart Slider

Component on bottom of this demo app has slider integrated with main chart. http://docs.sencha.com/touch/2-1/#!/example/stockapp I have copied that component to my learning project, and I want to ...
0
votes
2answers
642 views

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 ...
0
votes
0answers
186 views

Difference between Sencha Touch Commericial (Free Version), Sencha Touch Open Source Version & Sencha Touch Charts?

I have to start developing a Mobile BI based app for Android platform. As I have to make a Dashboard and also make use of Pie and other type of charts in my app, I thought to give Sencha Touch a try ...
1
vote
2answers
753 views

sencha touch dynamic chart

in Sencha Touch 2.1 how can I load the chart dynamically from json, also with dynamic fields store, chart axes, and chart series, I know maybe this is too much, but I need to display many kind of ...
0
votes
0answers
177 views

(Sencha Charts) Multiple Nested ChartPanels in TabPanel

I am attempting to have multiple chart panels and select each one using a tab. It seems that each time I initialize more than one Ext.Chart.Panel it will break all of the charts. For instance my ...
0
votes
0answers
63 views

touch-chart not displaying untill window not resize

I use sencha touch-chart 2beta with sencha-touch 2.0.1 but problem is charts not display untill window not resize.once window resize it's work fine. Any solution for this problem?
0
votes
1answer
545 views

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 ...
0
votes
1answer
258 views

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 ...
0
votes
1answer
124 views

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 ...
0
votes
1answer
587 views

Give a different color to each category item on Sencha Bar Chart

I'm kind of stuck with this thing. What I want to do is to give each bar on a sencha chart a different color. This is what I have so far: And this is my code for it: Ext.setup({ ...
0
votes
1answer
198 views

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 ...
0
votes
1answer
381 views

How to hide the NULL values in list item get from store in sencha touch

I have implemented an application in sencha touch. in that i have a list view , i retrieve the data from the store, in data base in some fields i have inserted null values,{No selection}. the ...
0
votes
0answers
166 views

Zoom bug with sencha-touch charts

I have somes problems with the panzoom on my charts. I have the problems on the linechart and the barchart. When i zoom a lot i'm losing a part of the linechart and the scale. ...
0
votes
0answers
169 views

sencha chart rendering

i am using sencha charts for my application in which i have configured iteminfo , itemcompare interactions . i am wondering there must be a way to show itemcompare data in panel like we see in item ...
0
votes
0answers
272 views

Sencha charts with user defined input json

i am working on sencha charts and i am using JSON objects to render values in my sencha charts but now i want to pass values from my client end as of now i am passing values JSON from my html . but it ...
1
vote
0answers
165 views

How to hide ItemInfo Interaction without using Modal/hideonmasktap properties in sencha touch

I want to use ItemInfo interaction in my sencha touch charts but do not want to use modal/hideonmasktap properties concept. it should not grey out the whole background. When i tap on chart then there ...
0
votes
0answers
133 views

Sencha touch Pie chart slice color highlight to blue on tap event

I am using sencha touch charts 2.0 library and want to highlight the color of pie slice to blue color on select or on tap event. Please help me on this. Thanks!!
0
votes
0answers
86 views

Time axes line chart

Does anybody have a workaround the time axes bug in Sencha extjs-4.1? I read in Sencha forums that the forum manager didn't succeed to work with this either. is it recommended to switch to ...
0
votes
0answers
157 views

Sencha Chart 2 - Select bar item

I am using Sencha Chart 2 to draw a Bar Chart. Actually, I want to show the chart whith some bars selected, but I cant find the way to do it programatically or by code. Any Idea? Here is the code: ...
0
votes
1answer
82 views

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: [ { ...
0
votes
1answer
653 views

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? ...
0
votes
1answer
257 views

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 ...
0
votes
0answers
264 views

Scrolling a sencha touch chart larger than device screen

I'm trying to use sencha chart to show some simple chart in my iOS app (universal). I'm building the html page in the code and then I load it into a webview. I've no problems showing small charts ...
0
votes
1answer
444 views

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 ...
0
votes
3answers
427 views

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?
1
vote
0answers
89 views

Touch Chart 2 - How to “GroupBy” in month of type “Time”

I want to GroupBy in month type: 'Time'. Like Jan,Feb... A non-repeated month data This is what I have so far, axes: [{ type: 'Time', position: 'bottom', fields: ...
0
votes
0answers
299 views

Sencha Charts/Xcode: How to import an example project into Xcode and compile/run

I am just learning how to use Sencha Charts on iOS. I have created a project in Xcode, and have the Cordova-based app set up properly. The www folder is referenced, and when you run the app the "Hey, ...
0
votes
1answer
254 views

Sencha chart - special stacked columns

I'm trying to do a special stacked column chart with Sencha and I'm wondering if somebody already did it? The example is explained in Sencha support forum (what helpful support ;-) ) Solutions with ...
0
votes
0answers
516 views

When will Sencha Touch Charts handle events on DrawComponent Sprites?

In the Sencha Touch Charts 2 beta distribution, the Drawing guide example code has an example of a Sprite listening for touch start. The code given fails to draw any sprites, because it fails to ...
2
votes
1answer
436 views

Master - Detail Char in Sencha ExtJS 4.0

It is possible to have Master-Detail chart in HighCharts: http://www.highcharts.com/demo/dynamic-master-detail/dark-blue And this is very cool. Has anyone ever seen the same in Sencha ExtJS 4.0 or ...
1
vote
0answers
394 views

How to drag and drop a Sprite in Sencha Touch Charts 2 Beta

I'm trying to understand the new beta release of Sencha Touch Charts 2. I'm not sure whether event handling is fully supported yet, but I need to drag Sprites around and generally get them to react to ...
0
votes
1answer
286 views

Sencha Touch chart - How to add label/value in line chart

I am using Sencha Touch charts 1.0.0 for my project. I would like to add values on each point in my line chart (as in image). I tried the same approach in this question for column chart, but it didn't ...

1 2