Liking cljdoc? Tell your friends :D

org.soulspace.cmp.jfreechart.dataset

Contains functions for the creation of datasets.

Contains functions for the creation of datasets.
raw docstring

category-datasetclj

(category-dataset)
(category-dataset items)

Creates a category dataset and adds the 'items', if given.

Creates a category dataset and adds the 'items', if given.
sourceraw docstring

keyed-valueclj

(keyed-value key value)

Creates a key value object and adds the given 'key' and 'value'.

Creates a key value object and adds the given 'key' and 'value'.
sourceraw docstring

keyed-valuesclj

(keyed-values items)

Creates a keyed values object and adds the given 'items'.

Creates a keyed values object and adds the given 'items'.
sourceraw docstring

multi-value-category-datasetclj

(multi-value-category-dataset)
source

pie-datasetclj

(pie-dataset)
(pie-dataset items)

Creates a pie dataset and adds the 'items', if given.

Creates a pie dataset and adds the 'items', if given.
sourceraw docstring

sliding-category-datasetclj

(sliding-category-dataset ds first-column max-columns)

Creates a sliding category dataset from the dataset 'ds' and the 'first-column' and 'max-columns' parameters.

Creates a sliding category dataset from the dataset 'ds'
and the 'first-column' and 'max-columns' parameters.
sourceraw docstring

statistical-category-datasetclj

(statistical-category-dataset)
(statistical-category-dataset items)

Creates a statistical category dataset and adds the 'items', if given.

Creates a statistical category dataset and adds the 'items',
if given.
sourceraw docstring

taskclj

(task description duration)
(task description start end)

Creates a task with the given 'description'. The time period can be given as 'duration' or as 'start' and 'end' dates.

Creates a task with the given 'description'.
The time period can be given as 'duration' or as 'start' and 'end' dates.
sourceraw docstring

task-seriesclj

(task-series id items)

Creates a task series with the given 'id' and adds the 'items' to it.

Creates a task series with the given 'id' and adds the 'items' to it.
sourceraw docstring

task-series-collectionclj

(task-series-collection)
(task-series-collection items)

Creates a task series collection and adds the task series 'items', if given.

Creates a task series collection and adds the task series 'items', if given.
sourceraw docstring

value-datasetclj

(value-dataset)
(value-dataset value)

Creates a value dataset and adds the 'value', if given.

Creates a value dataset and adds the 'value', if given.
sourceraw docstring

xy-seriesclj

(xy-series id items)

Creates a task series with the given 'id' and adds the 'items' to it.

Creates a task series with the given 'id' and adds the 'items' to it.
sourceraw docstring

xy-series-collectionclj

(xy-series-collection)
(xy-series-collection items)

Creates a xy series collection and adds the task series 'items', if given.

Creates a xy series collection and adds the task series 'items', if given.
sourceraw docstring

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

× close