Changeset 15534 for lang/io/WebAPI/GoogleChart
- Timestamp:
- 07/09/08 05:28:56 (5 months ago)
- Location:
- lang/io/WebAPI/GoogleChart
- Files:
-
- 6 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/io/WebAPI/GoogleChart/Colors.io
r15532 r15534 1 1 doFile("GoogleChart.io") 2 2 3 // @author nowelium 3 4 Colors := GoogleChart clone do( 4 5 __color__ := Object clone do( … … 9 10 __color__ clone setColors(self) do( 10 11 chco := method( 11 colors query addParameter("chco", call message arg umentsjoin(","))12 colors query addParameter("chco", call message argsEvaluatedIn(call target) join(",")) 12 13 ) 13 14 ) -
lang/io/WebAPI/GoogleChart/Data.io
r15532 r15534 1 1 doFile("GoogleChart.io") 2 2 3 // @author nowelium 3 4 Data := GoogleChart clone do( 4 5 __data__ := Object clone do( -
lang/io/WebAPI/GoogleChart/GoogleChart.io
r15533 r15534 1 // @authro nowelium 1 2 GoogleChart := Object clone do( 2 3 Query := Map clone do( -
lang/io/WebAPI/GoogleChart/Labels.io
r15532 r15534 1 1 doFile("GoogleChart.io") 2 2 3 // @author nowelium 3 4 Labels := GoogleChart clone do ( 4 5 __labels__ := Object clone do( … … 23 24 __labels__ clone setLabels(self) do( 24 25 chdl := method( 25 labels query addParameter("chld", call message arg umentsjoin("|"))26 labels query addParameter("chld", call message argsEvaluatedIn(call target) join("|")) 26 27 ) 27 28 top := method( -
lang/io/WebAPI/GoogleChart/Styles.io
r15532 r15534 1 1 doFile("GoogleChart.io") 2 2 3 // @author nowelium 3 4 Styles := GoogleChart clone do( 4 5 __style__ := Object clone do( -
lang/io/WebAPI/GoogleChart/Types.io
r15532 r15534 1 1 doFile("GoogleChart.io") 2 2 3 // @author nowelium 3 4 Types := GoogleChart clone do( 4 5 addParameter := method(arg0, arg1,
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)