Liking cljdoc? Tell your friends :D
Clojure only.

clj-chart.base.xychart


xychartclj

(xychart {:keys [title width height series-render-style series title-visible
                 legend-position marker-size y-axis-logarithmic]
          :or {title "XY Chart"
               width 600
               height 400
               series-render-style XYSeries$XYSeriesRenderStyle/Line
               title-visible true
               legend-position Styler$LegendPosition/OutsideE
               marker-size 5
               y-axis-logarithmic false}})

Base XY Chart

Base XY Chart
sourceraw docstring

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

× close