Sencha Touch 1.x: Charts

Page 13 of 16 FirstFirst ... 3 11 12 13 14 15 ... LastLast

+ Post New Thread

  1. Unanswered: Chart - DataStore binding

    Hi all, I have a Column Chart that try to bind to different data store dynamically. However, the no. of fields and field names in these data...

    Started by eltonho, 19 Sep 2011 6:46 PM
    • Replies: 0
    • Views: 709
    19 Sep 2011 6:46 PM Go to last post
  2. Unanswered: EneryApp

    Hi all, I downloaded the Touch Chart, unzipped the file and put the entire folder in wwwroot (I am using IIs as the web server). However, I found...

    Started by eltonho, 16 Sep 2011 7:15 AM
    • Replies: 1
    • Views: 685
    19 Sep 2011 7:35 AM Go to last post
  3. Question Unanswered: show a chart in a specific location

    I am a total new to sencha touch and charts (please pardon any stupid mistakes). I am trying to show a bar chart in a specific location under the...

    Started by gauravgs, 15 Sep 2011 3:38 AM
    • Replies: 0
    • Views: 690
    15 Sep 2011 3:38 AM Go to last post
  4. Unanswered: Error when data is loaded after the chart is rendered

    When I open a page with my chart, the chart area is empty until the chart data is loaded. When it's loaded, it just shows a bar and the legend...

    Started by Steffen Hiller, 13 Sep 2011 7:53 AM
    • Replies: 0
    • Views: 621
    13 Sep 2011 7:53 AM Go to last post
  5. Unanswered: Loading spinner while loading the data

    Is there already any built-in way to show a loading spinner while the data is loading?

    Started by Steffen Hiller, 13 Sep 2011 7:49 AM
    • Replies: 0
    • Views: 626
    13 Sep 2011 7:49 AM Go to last post
  6. Unanswered: Changing fields of axes during run time

    Hi, I need to change the fields and data of the chart panel during runtime. How do I get access to chart's axes? Thanks in advance :)

    Started by Sivaprakasam, 3 Aug 2011 2:01 AM
    • Replies: 3
    • Views: 1,523
    13 Sep 2011 12:40 AM Go to last post
  7. Unanswered: compass compile error

    Hi, all I met a problem when I try to compile the sass of sencha chart or sencha-touch. it said: Invalid GBK character, see below picture for...

    Started by leeby, 8 Sep 2011 10:09 PM
    • Replies: 4
    • Views: 1,218
    12 Sep 2011 11:55 PM Go to last post
  8. Question Unanswered: Click to add point

    Hi, I need to develop a chart with some user interaction to manipulate de data. One of the interaction is click (or tap) the chart to add a point....

    Started by andresantos, 5 Sep 2011 2:36 PM
    add point, interaction, tap
    • Replies: 3
    • Views: 1,110
    7 Sep 2011 4:33 PM Go to last post
  9. Unanswered: Chart Series feature request

    Would it be possible to have a series specify its own data store? Specifically, I am getting data from several sources over a period of time and...

    Started by ChrisWalker, 6 Sep 2011 1:21 PM
    chart series store
    • Replies: 0
    • Views: 580
    6 Sep 2011 1:21 PM Go to last post
  10. Unanswered: Toolbars, how to remove them?

    In every example there's a toolbar at the top. But i don't see how this is created.. Normally you'd create a dockedItems and dock a toolbar to the...

    Started by nofx, 29 Aug 2011 6:07 AM
    • Replies: 6
    • Views: 1,479
    6 Sep 2011 11:46 AM Go to last post
  11. Unanswered: API

    I am looking for API exactly to touch charts. I looked through docs in dowloaded file. For example this sample ...

    Started by Mycoding, 10 Aug 2011 8:57 AM
    • Replies: 9
    • Views: 1,500
    6 Sep 2011 11:21 AM Go to last post
  12. Unanswered: Pie Chart demo

    Hi, I'm using the demo of pie chart, but have run into a problem, this is the code I'm using: var pieChart = new Ext.Panel({ title:...

    Started by sanjshah, 3 Sep 2011 10:26 AM
    • Replies: 2
    • Views: 1,470
    6 Sep 2011 11:17 AM Go to last post
  13. Unanswered: insetPadding

    I've seen insetPadding used in the ExtJs charts examples and assumed that if listed in the items for a line chart it should move the first data point...

    Started by alstsmith, 22 Aug 2011 1:23 PM
    • Replies: 7
    • Views: 1,252
    6 Sep 2011 11:15 AM Go to last post
  14. Unanswered: Ext.get('panelID').getHeight() always reporting a value of '0'

    Hi forum I am using the 'render' event on a panel to resize a chart in that same panel. The chart (Ext.chart.Panel) is inside another Panel,...

    Started by kurtar, 1 Sep 2011 3:49 PM
    chart, getheight, render, sencha, touch
    • Replies: 1
    • Views: 825
    6 Sep 2011 11:12 AM Go to last post
  15. Unanswered: How to repaint chart when panel becomes active

    Hi everyone. I have an application where I am adding a Sencha Touch chart to a panel that is part of a carousel. As the user navigates to the panel...

    Started by vscarpenter@gmail.com, 2 Sep 2011 7:53 AM
    • Replies: 2
    • Views: 1,462
    6 Sep 2011 11:00 AM Go to last post
  16. Unanswered: Chart not displaying inside panel.

    Hi peeps, I have a layout with a panel on the right and one on the left. When I place a touch chart in either one (so one on the left and the...

    Started by mangum, 4 Sep 2011 11:08 PM
    • Replies: 2
    • Views: 950
    6 Sep 2011 10:32 AM Go to last post
  17. Question Unanswered: Chart axis not updating when store filter added

    I created a chart and associated it with a data store. At a later point I added a filter function - the function appears to have worked correctly...

    Started by niteblade, 5 Sep 2011 10:27 AM
    • Replies: 1
    • Views: 703
    6 Sep 2011 10:17 AM Go to last post
  18. Unanswered: Chart won't display

    Hi there. I am new to Sencha Touch Charts - trying out Touch Charts before we buy a license to see if it can meet our needs. I have a simple line...

    Started by vscarpenter@gmail.com, 31 Aug 2011 11:59 AM
    • Replies: 2
    • Views: 754
    2 Sep 2011 7:40 AM Go to last post
  19. Question Unanswered: Pan Chart without Zooming

    Hi, is it possible to create a chart, which is panable from start? The default panzoom will only work for: zoom first -> then pan in the zoomed...

    Started by JensW, 4 Aug 2011 2:33 AM
    • Replies: 8
    • Views: 3,139
    1 Sep 2011 12:05 PM Go to last post
  20. Unanswered: How to use the highcharts?

    T/O

    Started by fisherfu, 25 Aug 2011 6:14 PM
    • Replies: 6
    • Views: 2,181
    31 Aug 2011 10:06 PM Go to last post