Search Type: Posts; User: jonathanmv
Search: Search took 0.02 seconds.
-
19 Oct 2012 5:08 AM
Jump to post Thread: Line chart redraw effect by jonathanmv
- 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...
-
21 Aug 2012 6:53 AM
- Replies
- 3
- Views
- 853
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... -
16 Aug 2012 7:41 AM
- Replies
- 2
- Views
- 586
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... -
16 Aug 2012 7:19 AM
- Replies
- 1
- Views
- 271
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...
-
16 Aug 2012 6:45 AM
- Replies
- 3
- Views
- 853
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,... -
9 Aug 2012 11:22 AM
- Replies
- 11
- Views
- 11,427
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. -
3 Aug 2012 5:21 AM
- Replies
- 3
- Views
- 1,054
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:... -
29 Jun 2012 4:38 AM
- Replies
- 3
- Views
- 1,596
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... -
2 Mar 2012 5:49 PM
- Replies
- 5
- Views
- 976
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...
-
2 Mar 2012 12:32 PM
- Replies
- 5
- Views
- 976
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...
-
2 Mar 2012 8:58 AM
- Replies
- 5
- Views
- 976
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.
... -
28 Feb 2012 5:06 PM
- Replies
- 1
- Views
- 424
so that i dont have to access these values from the property itself
-
28 Feb 2012 4:20 PM
- Replies
- 1
- Views
- 424
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... -
28 Feb 2012 3:44 PM
- Replies
- 1
- Views
- 746
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... -
10 Jun 2011 11:50 PM
Jump to post Thread: API Documentation Content Bugs by jonathanmv
- 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
-
12 May 2011 7:22 PM
Jump to post Thread: ExtJS4 with Symfony by jonathanmv
- Replies
- 11
- Views
- 4,896
I think selector should be
{ ref: 'toolData', selector: 'toollist > dataview' } -
29 Apr 2011 9:21 PM
Jump to post Thread: ExtJS4 with Symfony by jonathanmv
- 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:... -
29 Apr 2011 4:14 AM
Jump to post Thread: ExtJS4 with Symfony by jonathanmv
- 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
