# File lib/scruffy/components/graphs.rb, line 42 def opacity_for(idx) (idx == 0) ? 1.0 : (@options[:stacked_opacity] || STACKED_OPACITY) end