Liking cljdoc? Tell your friends :D

jutsu.core


append-to-body!cljs

(append-to-body! el)

dataset!clj

(dataset! id data)

Plot a table of clojure data to be viewed in a simple grid. [id data] id is a string/numerical identifier for the table. data is a tabular in shape dataset.

Plot a table of clojure data to be viewed in a simple grid.
[id data] id is a string/numerical identifier for the table.
data is a tabular in shape dataset.
raw docstring

draw-dataset!cljs

(draw-dataset! id data)

draw-plot!cljs

(draw-plot! id data layout options)

extend-traces!cljs

(extend-traces! id data)

graph!clj

(graph! id data)
(graph! id data layout)
(graph! id data layout options)

Sends graph data to client to be visualized. [id data] id is a string/numerical identifier for your graph. data is the edn data you want to be plotted. This data must follow plotly.js format. [id data layout] optional layout argument for global plotly config options.

Sends graph data to client to be visualized.
[id data] id is a string/numerical identifier for your graph.
data is the edn data you want to be plotted. This data must follow plotly.js format.
[id data layout] optional layout argument for global plotly config options.
raw docstring

graph-countclj


initialize-client-eventscljs

(initialize-client-events)

jutsu-client-event-handlercljs

(jutsu-client-event-handler ?data)

jutsu-startcljs

(jutsu-start)

sanitize-idcljs

(sanitize-id id)

start-jutsu!clj

(start-jutsu!)
(start-jutsu! port display)
(start-jutsu! port display header)

Initialize jutsu server. [] will choose a random port number for you, and will try to display jutsu client in default web browser. [port display] port is an integer value to host jutsu on. display is a boolean value to open up jutsu in browser or not.

Initialize jutsu server.
[] will choose a random port number for you, and will try to display jutsu client
in default web browser.
[port display] port is an integer value to host jutsu on. display is a boolean value
to open up jutsu in browser or not.
raw docstring

update-graph!clj

(update-graph! id data)

Sends data to client to update graph specified by id. [id data] id is a string/numerical identifier for the graph. data is an edn data that must be formatted according to plotly conventions.

Sends data to client to update graph specified by id.
[id data] id is a string/numerical identifier for the graph.
data is an edn data that must be formatted according to plotly conventions.
raw docstring

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

× close