root/lang/io/WebAPI/GoogleChart/Styles.io

Revision 15534, 240 bytes (checked in by nowelium, 5 months ago)
Line 
1doFile("GoogleChart.io")
2
3// @author nowelium
4Styles := GoogleChart clone do(
5    __style__ := Object clone do(
6        style ::= nil
7    )
8    size := method(width, height,
9        query addParameter("chs", width .. "x" .. height)
10    )
11)
Note: See TracBrowser for help on using the browser.