I'm farily new to the ruby language and I came across this line of code:
f.options[:chart][:defaultSeriesType] = "bar"
Could somebody please explain that one to me? Because doing this:
f.options([:chart][:defaultSeriesType]) = "bar"
Gives you an error. Thanks in advance!