Search Type: Posts; User: ryan.mcgee

Search: Search took 0.05 seconds.

  1. This is the current workaround that I'm using:


    Ext.override(Ext.chart.series.Series, {
    showAll : function() {
    this.callParent(arguments);
    ...
  2. 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:...
  3. Ext version tested:

    Ext JS 4.1

    Browser versions tested against:

    Firefox 13.0.1


    Description:
  4. Using this code:



    var panel = Ext.create('Ext.form.Panel', {
    title: 'Upload a Photo',
    width: 400,
    bodyPadding: 10,
    frame: true,
    ...
  5. 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