ColumnChart column height

  1. #1

    ColumnChart column height

    Hi,

    Please see screenshot of a ColumnChart.

    Click image for larger version. 

Name:	scr.png 
Views:	81 
Size:	13.1 KB 
ID:	24413

    Is it possible to make the column a lot smaller in height when its values are low.

    For example, if you see in the screenshot on the side where it says "Number of batches" it's 0,0,0,1,1,1,1,1 upwards therefore the columns become unnatural high.

    Thank you for a quick response.

    Regards,
  2. #2
    Fixed it by using Maximum.

    <ext:NumericAxis Fields="Count" Grid="true" Title="Number of batches" Minimum="0" Maximum="100">
                                <Label>
                                    <Renderer Handler="return Ext.util.Format.number(value, '0,0');" />
                                </Label>
                            </ext:NumericAxis>
    You can close the thread.

Similar Threads

  1. Replies: 2
    Last Post: Apr 15, 2013, 7:46 AM
  2. Replies: 8
    Last Post: Nov 27, 2012, 11:18 PM
  3. [CLOSED] setting the height of a grid column header
    By SymSure in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 03, 2012, 2:57 PM
  4. [CLOSED] Column layout same height with button row
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 07, 2010, 8:11 AM
  5. Column Editor TextArea Height
    By sipo in forum Bugs
    Replies: 0
    Last Post: Apr 09, 2009, 4:23 AM

Tags for this Thread

Posting Permissions