Search Type: Posts; User: jonathanmv

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    423
    Im having almost the same situation, but on the other way around. What happens to me is that the chart is rendered with the initial configuration, but when I resize the window, the strokes appear...
  2. Hey slemmon

    Thank you for replying. I got a JSFiddle http://jsfiddle.net/MFMDb/10/ but there it works just fine. You can use the add button to add items and the remove button to remove the one in...
  3. Use a method to get the axes configuration. You can try something like



    Ext.define('MyApp.view.MyTimeChart', {
    extend: 'Ext.chart.Chart',
    /**
    * @cfg {Date} startDate Initial date...
  4. I'm adding custom shapes to the line chart of the image type. I am able to see the images over the chart but i'm facing an issue and it's that the image top left corner is in the 0,0 position of the...
  5. I'm using a line chart and i'm allowing the user to add/remove the markers shown in the chart.
    The markers that i'm showing are custom shapes, type image. For each marker I have a custom tooltip,...
  6. Need to be careful when firing the event from the button instance because it work reflect UI changes when then button is a toggleButton.

    mybutton.getEl().dom.click(); worked better for me.
  7. Set also the shadowAttributes to false so that avoid a semitransparent line where the stroke was supposed to be placed

    { type: 'line',
    highlight: true,
    axis:...
  8. I don't know how to interpret this also.
    I'm getting a lot of time spent on the 3rd run (3 runs from a single try) and it is because of Invalidate. How can I reduce the Invalidate time? could anyone...
  9. Well, if you could show me how to generate the small packages i can try loading them in the app based on user's actions. Maybe i can put together a set of controllers, models, views and stores and...
  10. I've tried JSBuilder and what it did was minified the main files used by the application. In the one I'm doing, some controllers, models, views and stores that loads based on a user action. There's...
  11. Hello,

    When you have a relatively small ExtJS aplication, you can use JSBuilder or the Sencha tools to generate one single JS file with the classes required from ExtJS and your application.
    ...
  12. so that i dont have to access these values from the property itself
  13. Hello,

    I'm not sure if this is the right forum to post about requesting new features, but the feature request forum is premium and I can't post to it.

    I would like to have a method to set the...
  14. Hello,

    I'm using a line chart, but when i get too many records or records are really separated from each other, the UI stills stood while it gets refreshed.

    Is there any way to do this...
  15. Replies
    493
    Views
    70,141
    In the 4.0.2 release notes, Documentation Updates says •[EXTJSIV-2352] - constrainTo not documented on Ext.window.Window, but this is still not documented in the Ext JS 4.0.2 API Documentation page
  16. Replies
    11
    Views
    4,896
    I think selector should be
    { ref: 'toolData', selector: 'toollist > dataview' }
  17. Replies
    11
    Views
    4,896
    Thank you very much. This solution worked for me.

    I added the autoCreateViewport attribute with false value into my application.js file.


    Ext.application({
    name: 'AM',

    appFolder:...
  18. Replies
    11
    Views
    4,896
    Im follwing the MVC Architecture getting started guide and i get the error with the message

    Failed loading 'app/path/folder/view/Viewport.js', please verify that the file exists

    Any idea?

    I...
Results 1 to 18 of 18