RailsCasts Pro episodes are now free!

Learn more or hide this

adnennnn's Profile

GitHub User: adnennnn

Comments by

Avatar

Thanks for this Ryan.
I have a problem, every chart that I want to draw will be in "Line charts".
even when I put
chart: {
renderTo: 'container1',
type: 'bar'
},
it will in "Line charts" not in 'bar'.

thanks a lot