Search Type: Posts; User: hitman01

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. I managed to do it using the backend, by adding extra lines of data to the dataset (that represent the sum of the data broken down by categories) and hiding some of them.

    I was just looking for a...
  2. Is it possible to dynamically merge or combine lines (from the same dataset and without making a separate call to backend)

    For example: I have a chart with 10 lines, and I would like to merge (sum...
  3. Replies
    2
    Views
    101
    Thanks. I already figured it out the hard way. Please update the documentation. It says it take tpl and html.
  4. Replies
    2
    Views
    101
    Trying to create a text element in a chart. It works with text but not working with tpl or html.



    items: [{
    type : 'text',
    text: 'test', // WORKING
    //tpl: 'Total...
  5. Thats is exactly what I'm looking for.

    However, how do you deal with models for example. Models require fields mapping so later it could build grids etc. Same goes for charts. Charts require...
  6. I'm trying to come up with the best architecture for enterprise (very large) application.

    First of all, I would like to say that I really like the idea of having both back-end and front-end MVC....
  7. Replies
    202
    Views
    44,766
    Amazing plugin.

    I love how you can slide the menu from anywhere, however in some cases I have a carousel component which obviously conflicts with the sliding menu.

    I was wondering if there was...
  8. I have the same requirement. Please provide instructions on how to set it up correctly.
  9. Replies
    25
    Views
    2,704
    I'm would like to integrate a side sliding menu into my application, however I would like to use the navigation view so that I would have the back button capabilities and deep linking. I would like...
  10. I want to compile Ext JS lib with all the app dependencies including UX but without the app itself. Basically I want a separate file for ext and one for my app.

    I've used this command but it...
  11. Well, after investigating this tool for couple of days, I came to a conclusion that it works good if you have a simple setup and follow sencha's recommended file structure. However, if you have a...
  12. Replies
    0
    Views
    140
    I've spent some time researching Sencha Cmd and the default setup seems simple enough however, when I try to do something a little custom, it gets very complicated and I cant find any useful...
  13. I'm trying to integrate a sencha touch application into an existing application.

    My Structure:
    /js/mobile/ - folder where my touch application will be residing
    /js/mobile/app
    ...
  14. Replies
    1
    Views
    207
    Since IE10 now supports web workers (not sure how well), but does Sencha Team planning to introduce some implementation of web workers into its core or at least partially for things like charts?
  15. It looks like splitterResize is for border layout. I need it for Ext.resizer.Splitter? I have vbox layout with two items and a splitter in between. I dont want the items resized, just collapsed. ...
  16. +1
  17. Doesnt look like this has been fixed in 4.1.3. Any news?
  18. Replies
    3
    Views
    992
    I noticed the biggest slow down is happening in the (drawVerticalLabels and drawHorizontalLabels), it takes about 50% of the time to process the graphs. Also, in Sencha Touch these functions dont...
  19. Replies
    3
    Views
    992
    We are having the same issues. We are even thinking of switching to flash charts. Can anyone provide any tips or workarounds for increasing chart performance.
  20. Replies
    5
    Views
    1,024
    We are also experiencing this problem.. any updates?
    Our app uses charts heavily and it becomes so slow, practically unusable..

    Any suggestions/tips on optimizing charts (besides limiting points...
  21. Replies
    1
    Views
    434
    I have a large list with about 50 rows that takes up the whole screen on ipad (essentially looks like a grid). The data in the list needs to be reloaded every couple of seconds. The list becomes...
  22. Replies
    4
    Views
    1,112
    I also would like to know a solution or work around to this problem.. I posted on this forum about this before but got no reply.

    There needs to be a proper way to deal with this since in a lot...
  23. Replies
    3
    Views
    714
    The only way that I could think of achieving this is by using a simple ajax call(s), manipulating the data and load data into store manually but that is kind of ugly. I'm looking for a nice way to...
  24. Replies
    3
    Views
    714
    Well, in the real world we often work with existing ajax feeds thats might come in different pieces and different data structures so basically I would like to be able to take in any data and on the...
  25. Replies
    3
    Views
    714
    How can I pre-format the data before its inserted into a store.

    I would like to take an existing ajax data source or multiple data sources and combine it or format it for a single store. I know I...
Results 1 to 25 of 113
Page 1 of 5 1 2 3 4