forked from 0x2620/oxjs
cleanup docs, fix children/find calls
This commit is contained in:
parent
a98902f165
commit
b9e80c9d75
88 changed files with 157 additions and 253 deletions
|
|
@ -1,10 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
/*@
|
||||
Ox.Chart <f> Bar Chart
|
||||
() -> <o> Chart object
|
||||
(options) -> <o> Chart object
|
||||
(options, self) -> <o> Chart object
|
||||
Ox.Chart <f:Ox.Element> Bar Chart
|
||||
([options[, self]]) -> <o> Chart object
|
||||
options <o> Options
|
||||
color <[n]|[[n]]|[128, 128, 128]> Bar color
|
||||
data <o> {k: v, ...} or {k: {k: v, ...}, ...}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue