[CLOSED] How Can I modify the lengendconfig font label, in the polarchart ?

  1. #1

    [CLOSED] How Can I modify the lengendconfig font label, in the polarchart ?

    How Can I modify the lengendconfig font label?

    In specific the font that appears in the right side, the ones marked with the arrows.

    Click image for larger version. 

Name:	polarchart3.PNG 
Views:	3 
Size:	14.6 KB 
ID:	23851
    Last edited by Daniil; Apr 28, 2015 at 9:33 AM. Reason: [CLOSED]
  2. #2
    Hi @rguardado,

    It is possible via CSS.
    <style>
        .x-legend-item {
            font-size: 30px;
        }
    </style>

Similar Threads

  1. [CLOSED] How to dynamically modify ext.net component font-size ?
    By Tactem in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: Dec 05, 2012, 9:26 AM
  2. Replies: 1
    Last Post: Apr 09, 2012, 10:05 AM
  3. Modify font-size in GridPanel
    By John_Writers in forum 1.x Help
    Replies: 0
    Last Post: Apr 28, 2010, 5:26 AM
  4. How to change the font color for Ext Label
    By rasu_13 in forum 1.x Help
    Replies: 0
    Last Post: Apr 03, 2010, 3:12 AM
  5. How to set Label Font size and color
    By Dinesh.T in forum 1.x Help
    Replies: 6
    Last Post: Aug 11, 2009, 2:17 PM

Posting Permissions