Sha256: 52183c3f5bd28f050dea6568879171c87f5c04e20ee8d58e74cb46a8724154ec
Contents?: true
Size: 500 Bytes
Versions: 11
Compression:
Stored size: 500 Bytes
Contents
# Here we redefine the map outline color using a helper and # specify the heat map ranges using the handy dandy heat_range component... <%= map :us%> # randomizes heat map base color <% color = random_color %> # overrides state outline with color from helper <%=config :outline_color %> color: <%= color %> <%=config :heat_range %> base_color: <%= color %> min: 0 max: 100 step: 10 color_step: 90 color_method: darken_by
Version data entries
11 entries across 11 versions & 2 rubygems