Liking cljdoc? Tell your friends :D

clj-chart.chart


areaclj

(area {:keys [title x-axis y-axis width height series]
       :or {title "Area Chart" x-axis "X" y-axis "Y" width 600 height 400}})

Create area chart

Create area chart
sourceraw docstring

barclj

(bar {:keys [title width height x-axis y-axis series]
      :or {title "Bar Chart" width 600 height 400 x-axis "X" y-axis "Y"}})

Create Bar chart

Create Bar chart
sourceraw docstring

bubbleclj

(bubble {:keys [title width height x-axis y-axis series]
         :or {title "Bubble Chart" width 600 height 400}})

Create Bubble chart

Create Bubble chart
sourceraw docstring

donutclj

(donut {:keys [title width height series]
        :or {title "Pie Chart" width 600 height 400}})

Create donut chart

Create donut chart
sourceraw docstring

histogramclj

(histogram {:keys [title width height x-axis y-axis series min max bins]
            :or {title "histogram" width 600 height 400}})

Create a histogram chart

Create a histogram chart
sourceraw docstring

lineclj

(line {:keys [title width height series]
       :or {title "Line Chart" width 600 height 400}})

Create Line chart

Create Line chart
sourceraw docstring

logarithmic-lineclj

(logarithmic-line {:keys [title width height series]
                   :or {title "Logarithmic Chart" width 600 height 400}})

Create Logarithmic Line chart

Create Logarithmic Line chart
sourceraw docstring

pieclj

(pie {:keys [title width height series]
      :or {title "Pie Chart" width 600 height 400}})

Create pie chart

Create pie chart
sourceraw docstring

scatterclj

(scatter {:keys [title width height series]
          :or {title "Scatter Chart" width 600 height 400}})

Create Scatter chart

Create Scatter chart
sourceraw docstring

stepclj

(step {:keys [title width height series]
       :or {title "Line Chart" width 600 height 400}})

Create Step chart

Create Step chart
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close