Liking cljdoc? Tell your friends :D

clibana.visualization


aggregation-date-histogramclj/s

(aggregation-date-histogram field & options)
source

aggregation-termsclj/s

(aggregation-terms field & options)

Construct aggregation using terms.

Construct aggregation using terms.
sourceraw docstring

chart-with-parameterclj/s

(chart-with-parameter parameter-name parameter-value)

Define parameter for chart

Define parameter for chart
sourceraw docstring

chart-with-X-aggregationclj/s

(chart-with-X-aggregation type & parameters)
source

chart-with-Y-aggregationclj/s

(chart-with-Y-aggregation type & parameters)
source

get-document-idclj/s

(get-document-id visualization)

Creates string that could be used as ElasticSearch document id. Parameter 'visualization' could be string - will be slugified to replace invalid characters search map - (produced by clibana.visualization/visualization) from which its title will be taken and slugified

Creates string that could be used as ElasticSearch document id.
Parameter 'visualization' could be
string - will be slugified to replace invalid characters
search map - (produced by clibana.visualization/visualization) from which its title will be taken and slugified
sourceraw docstring

visualizationclj/s

(visualization title & decorations)

Construct document describing visualization

Construct document describing visualization
sourceraw docstring

with-area-chartclj/s

(with-area-chart & decorations)

Construct area plot

Construct area plot
sourceraw docstring

with-bar-chartclj/s

(with-bar-chart & decorations)

Construct histogram bar plot

Construct histogram bar plot
sourceraw docstring

with-data-tableclj/s

(with-data-table & decorations)

Construct data table

Construct data table
sourceraw docstring

with-descriptionclj/s

(with-description description)

Give your visualization some human readable description.

Give your visualization some human readable description.
sourceraw docstring

with-line-chartclj/s

(with-line-chart & decorations)

Construct line plot

Construct line plot
sourceraw docstring

with-markdownclj/s

(with-markdown & decorations)

Construct markdown component

Construct markdown component
sourceraw docstring

with-metric-chartclj/s

(with-metric-chart & decorations)

Construct metric

Construct metric
sourceraw docstring

with-optionsclj/s

(with-options & options)

Specify sequence of options to drive shape of the result document.

Specify sequence of options to drive shape of the result document.
sourceraw docstring

with-pie-chartclj/s

(with-pie-chart & decorations)

Construct pie plot

Construct pie plot
sourceraw docstring

(with-saved-search search)

In visualization, use stored search. Parameter 'search' could be either string or search structure (from clibana.search/search). The id will be produced with get-document-id.

In visualization, use stored search. Parameter 'search' could be either
string or search structure (from clibana.search/search). The id will be
produced with get-document-id.
sourceraw docstring

(with-search index & decorations)

Use in-place created search.

Parameters:

  • index Name of the index-pattern that the query will be executed on. Note that the index pattern shall exists.

  • decorations Calls of (with-...) functions that decorate the search further.

Use in-place created search.

Parameters:
+ index
 Name of the index-pattern that the query will be executed on.
 Note that the index pattern shall exists.

+ decorations
 Calls of (with-...) functions that decorate the search further.
sourceraw docstring

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

× close