! Copyright (C) 2016 Alexander Ilin. ! See http://factorcode.org/license.txt for BSD license. USING: accessors colors.constants google.charts google.charts.private kernel present sequences tools.test ; IN: google.charts.tests [ f ] [ { 0 0 } COLOR: red >>background chart>url present length { 0 0 } chart>url present length = ] unit-test [ f ] [ { 0 0 } COLOR: red >>foreground chart>url present length { 0 0 } chart>url present length = ] unit-test [ f ] [ "" t >>data-scale chart>url present length "" chart>url present length = ] unit-test [ f ] [ { 0 0 } f >>width f >>height chart>url present length { 0 0 } chart>url present length = ] unit-test [ f ] [ { 0 0 } { 0 0 } >>margin chart>url present length { 0 0 } chart>url present length = ] unit-test [ f ] [ { 0 0 } 5 >>bar-width chart>url present length { 0 0 } chart>url present length = ] unit-test