Skip to content

Instantly share code, notes, and snippets.

View jackregnart's full-sized avatar
🐢
Focusing

Jack Regnart jackregnart

🐢
Focusing
View GitHub Profile
chart :small_revenue_with_signups do |c|
c.type = :line
## Defines the font size & actual font to use. The size & background colours are used in the
## the XML settings and in the HTML which is generated for this chart (unless overriden in the
## render).
c.font = 'Arial'
c.font_size = 11
c.width = 400
c.height = 180