Liking cljdoc? Tell your friends :D

analemma.charts


add-pointclj

(add-point chart x y r & options)
source

add-pointsclj

(add-points chart data & {:keys [size sizes colors transpose-data?? fill]})
source

chart-backgroundclj

(chart-background {:keys [height width background-color major-grid-color
                          major-grid-width]})
source

default-chart-propsclj

source

emit-svgclj

(emit-svg chart)
source

point-labelclj

(point-label {:keys [label-font-family label-font-size label-number-format]}
             x*
             y*
             x
             y
             r
             &
             options)
source

points->xyclj

(points->xy points)
source

x-axisclj

(x-axis {:keys [height width xmin xmax grid-lines axis-font-family
                axis-font-size axis-number-format]})
source

x-gridclj

(x-grid {:keys [height width xmin xmax grid-lines major-grid-color
                minor-grid-color major-grid-width minor-grid-width]})
source

xy->pointsclj

(xy->points [x y])
source

xy-plotclj

(xy-plot & options)
source

y-axisclj

(y-axis {:keys [height width ymin ymax grid-lines axis-font-family
                axis-font-size axis-number-format]})
source

y-gridclj

(y-grid {:keys [height width ymin ymax grid-lines major-grid-color
                minor-grid-color major-grid-width minor-grid-width]})
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close