Search Type: Posts; User: ryan.mcgee
Search: Search took 0.05 seconds.
-
17 Aug 2012 1:48 PM
- Replies
- 2
- Views
- 460
This is the current workaround that I'm using:
Ext.override(Ext.chart.series.Series, {
showAll : function() {
this.callParent(arguments);
... -
17 Aug 2012 1:37 PM
- Replies
- 2
- Views
- 460
Description:
If you have two series, hide both series and then show the series that is lower on the chart, then the series values do not line up to the axis values
Example:
showGraphBug:... -
27 Jun 2012 12:01 PM
- Replies
- 0
- Views
- 225
Ext version tested:
Ext JS 4.1
Browser versions tested against:
Firefox 13.0.1
Description: -
26 Jun 2012 1:21 PM
- Replies
- 3
- Views
- 639
Using this code:
var panel = Ext.create('Ext.form.Panel', {
title: 'Upload a Photo',
width: 400,
bodyPadding: 10,
frame: true,
... -
26 Jun 2012 12:23 PM
- Replies
- 3
- Views
- 639
Ext version tested:
Ext JS 4.1 - Build date: 2012-04-20 14:10:47 (19f55ab932145a3443b228045fa80950dfeaf9cc)
Browser versions tested against:
Firefox 13.0.1
Results 1 to 5 of 5
