Hello,
the wide/narrow width ratio is hardcoded right now as 3:1: 
    #The width of a wide bar in xdims
    #By default three times as wide as a narrow bar
    def wide_width
      @wide_width || narrow_width*3
    end
would it be possible to make this a configurable number (within the acceptable range) as an opt passed in on initialization?