This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |