Questions tagged [sencha-charts]

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.

86 questions
4
votes
1 answer

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 rotated). extend: 'Ext.chart.PolarChart', requires: [ …
SnK
  • 528
  • 1
  • 11
  • 32
3
votes
1 answer

Is Slider possible in sencha charts?

As my requirements is to show the slider in the line charts using sencha touch. Is it possible to show the slider in line charts? In ExtJs examples, slider is there for Area charts and they used the slider in track mouse within interactions.But am…
Nag
  • 1,438
  • 1
  • 11
  • 39
2
votes
1 answer

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 has an example of that?
Viet
  • 17,944
  • 33
  • 103
  • 135
2
votes
3 answers

Sencha Touch Charts not rendering

I am quite new to sencha touch and sencha touch charts, and I am having a little troubling integrating a chart in one of my views. I probably am missing something obvious here. Here is how I set up the chart variable. var chart2 = new…
Kaung Htet
  • 577
  • 1
  • 11
  • 28
2
votes
1 answer

Line Chart Not Connecting Dots (Sencha-Charts Package)

I'm having issues with an extjs Cartesian chart component whereby it is failing to draw a line between two points. I've narrowed the issue down to missing interval-data for a step in a particular series but haven't found a good solution. In the…
Emissary
  • 9,954
  • 8
  • 54
  • 65
2
votes
2 answers

EXTJS 5 Chart ToolTip Using "sencha-charts" on require[] not working

Im currently using ExtJs5 MVVM architecture and I require "sencha-chart" than "ext-chart" on the app.json file, Charts works fine but adding tooltip on the bar series im using doesn't work. No error logs. I also check their example on sencha chart…
starTreyk
  • 83
  • 2
  • 13
2
votes
1 answer

ExtJS 5 Pie Chart Not Rendering Using Remote Store

I have a basic pie chart in ExtJS 5. The issue I am having is that the chart renders with a static JsonStore but won't render properly with a remote data.store? Here is my code: View (Chart) Ext.define('APP.view.core.graphs.Countytotals', { …
Kal
  • 2,239
  • 6
  • 36
  • 74
2
votes
1 answer

Legend Template - Chart

I got this template (default) {name} that produce this : I want to have the same template with every of it's functionnality. But, I…
Fawar
  • 735
  • 2
  • 11
  • 32
2
votes
1 answer

Pie Chart - Labels In and out

Labels on the pie chart are fine to me. Labels outside of the pie chart are not, I would like to make these disappear since on Iphone or a screen that size, labels pop out of the pie chart and are out of the screen most of the time. I did not find…
Fawar
  • 735
  • 2
  • 11
  • 32
2
votes
1 answer

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 can let me know how to achieve? please provide me…
Ramesh Lamani
  • 1,117
  • 3
  • 25
  • 54
2
votes
2 answers

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 showing like chart2. How can achieve like chart1.…
Ramesh Lamani
  • 1,117
  • 3
  • 25
  • 54
1
vote
0 answers

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 touch. Has anyone tackled this yet? Any code…
grumplet
  • 285
  • 2
  • 14
1
vote
1 answer

sencha chart on a hbox

how can i add sencha chart to multiple hboxes. i am new to sencha touch.i need to create multiple hbox dynamically and add differenet chart into. i just made a hbox layout and a chart component. but dont know how to add chart to hbox. mycode is hbox…
Jaison Justus
  • 2,753
  • 8
  • 47
  • 65
1
vote
1 answer

sencha Touch Chart: Is it Possible to display both Label and values in pie chart?

Is There any way to show value and label both in sencha pie chart? I tried in label "render", but the only parameter that come is the value or label only one at a time, But I can't get both at a time. Please help me regarding this, Thanks, Nag.
Nag
  • 1,438
  • 1
  • 11
  • 39
1
vote
1 answer

Sencha Touch: Changing line marker colors

Is there any way to change the colors of marker in Sencha Touch charts. How can I change the marker colors in Sencha.
Nag
  • 1,438
  • 1
  • 11
  • 39
1
2 3 4 5 6