2

I see simple example from demos:

http://dev.sencha.com/deploy/ext-4.0.0/examples/charts/Line.html

How to increase the thickness of the line chart ( not marker) ?

Bdfy
  • 23,141
  • 55
  • 131
  • 179

1 Answers1

2

Define style in series config as below

   style : { 
            'stroke-width': 2, // set desired value here
        }
jorel
  • 808
  • 7
  • 15