(append-to-body! el)
(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.
(draw-dataset! id data)
(draw-plot! id data layout options)
(extend-traces! id data)
(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.
(initialize-client-events)
(jutsu-client-event-handler ?data)
(jutsu-start)
(sanitize-id id)
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close