Sha256: dd2858b755a45e2a47e3854b02f84cd4ebb0695ac78aaced7ae6e2d1ff2925dc
Contents?: true
Size: 389 Bytes
Versions: 49
Compression:
Stored size: 389 Bytes
Contents
# Old SQL Chart Design Example # # The key for the YAML entry can either be pie or bar. # 'title' is a label describing the data. # 'data' can be either a column name, or a formula. pie: - title: Id data: id - title: Id + 20 data: id + 20 - title: Id + 50 data: id + 50 - title: Id + 70 data: id + 70 - title: Id + 10 data: id + 10
Version data entries
49 entries across 49 versions & 1 rubygems