Public API for Cartesian charts.
Usage: (cartesian.core/show! {:type :line :title "My Chart" :x-label "X" :y-label "Y" :series [{:name "s1" :data [[0 0] [1 1] [2 4]]}]})
Public API for Cartesian charts.
Usage:
(cartesian.core/show! {:type :line
:title "My Chart"
:x-label "X" :y-label "Y"
:series [{:name "s1" :data [[0 0] [1 1] [2 4]]}]})(show! spec)Open a new chart window from spec. Non-blocking — returns nil immediately. See PRD.md for the full spec format.
Open a new chart window from spec. Non-blocking — returns nil immediately. See PRD.md for the full spec format.
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 |