Handbook Glossary
factorcode.org
chart. ( chart -- )


Vocabulary
google.charts

Inputs
chartan object


Outputs
None

Definition
USING: google.charts.private http.client images.http
images.loader images.loader.private images.viewer kernel math
present sequences splitting ;

IN: google.charts

: chart. ( chart -- )
chart>url present dup length 2000 <
[ http-image. ] [
"?" split1 swap http-post nip
"png" (image-class) load-image* image.
] if ;