[CLOSED] How can increase the size line of the lineSeries

  1. #1

    [CLOSED] How can increase the size line of the lineSeries

    Hi,

    I would to increase the size line of the lineSeries, but not the marker point, how can do it?

    The code for the LineSeries into my page is below.

    <ext:LineSeries Highlight="true" Axis="Right" Smooth="3" XField="period" YField="pnFirstOk" >
        <MarkerConfig Type="Circle" Size="4" Radius="4" StrokeWidth="0" />
         
        <Label Contrast="false" Display="InsideEnd" Field="pnFirstOk" Color="#319915" TextAnchor="Middle" />
    </ext:LineSeries>
    <ext:LineSeries Highlight="true" Axis="Right" Smooth="3" XField="period" YField="pnFirstKo" >
        <MarkerConfig Type="Circle" Size="4" Radius="4" StrokeWidth="0" />
     
        <Label Contrast="false" Display="InsideEnd" Field="pnFirstKo" Color="#CC1700" TextAnchor="Middle" />
    </ext:LineSeries>
    <ext:LineSeries Highlight="true" Axis="Right" Smooth="3" XField="period" YField="pnTotalPass" >
        <MarkerConfig Type="Circle" Size="4" Radius="4" StrokeWidth="0" />
         
        <Label Contrast="false" Display="InsideEnd" Field="pnTotalPass" Color="#C97C00" TextAnchor="Middle" />
    </ext:LineSeries>
    Thanks for all
    Last edited by Daniil; Sep 21, 2012 at 2:01 PM. Reason: [CLOSED]
  2. #2
    Hi,

    It must be possible via the Style property.
    http://docs.sencha.com/ext-js/4-1/#!...Line-cfg-style

    But it seems to be completely ignored. Here is the report to Sencha.
    http://www.sencha.com/forum/showthread.php?242546
  3. #3
    Could you try this?
    <ext:LineSeries ...>
        <Style StrokeWidth="15" />
    </ext:LineSeries>
    Does it work for you?
  4. #4
    It has been fixed by Sencha. The fix is incorporated into the 2.1 branch.

    Please update.

    Thank you again for the report.

Similar Threads

  1. [CLOSED] [#13] labels LineSeries aren't shown into the chart
    By tactime10 in forum 2.x Legacy Premium Help
    Replies: 19
    Last Post: May 30, 2013, 4:58 AM
  2. [OPEN] [#40] How can show the labels over each point of the LineSeries?
    By tactime10 in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Nov 17, 2012, 12:43 AM
  3. Replies: 14
    Last Post: Sep 27, 2012, 12:57 PM
  4. [CLOSED] Need to increase size of controls inside Form Panel
    By wisdomchuck in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 23, 2012, 1:58 PM
  5. [CLOSED] increase font size
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 29, 2011, 7:04 AM

Posting Permissions