(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
(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
(bubble {:keys [title width height x-axis y-axis series]
:or {title "Bubble Chart" width 600 height 400}})Create Bubble chart
Create Bubble chart
(donut {:keys [title width height series]
:or {title "Pie Chart" width 600 height 400}})Create donut chart
Create donut chart
(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
(line {:keys [title width height series]
:or {title "Line Chart" width 600 height 400}})Create Line chart
Create Line chart
(logarithmic-line {:keys [title width height series]
:or {title "Logarithmic Chart" width 600 height 400}})Create Logarithmic Line chart
Create Logarithmic Line chart
(pie {:keys [title width height series]
:or {title "Pie Chart" width 600 height 400}})Create pie chart
Create pie chart
(scatter {:keys [title width height series]
:or {title "Scatter Chart" width 600 height 400}})Create Scatter chart
Create Scatter chart
(step {:keys [title width height series]
:or {title "Line Chart" width 600 height 400}})Create Step chart
Create Step chart
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |