Liking cljdoc? Tell your friends :D

org.soulspace.cmp.jfreechart.chart

Contains functions for the creation of charts.

Contains functions for the creation of charts.
raw docstring

area-chartclj

(area-chart title x-label y-label data orientation)
(area-chart title x-label y-label data orientation legend)
(area-chart title x-label y-label data orientation legend tooltips)
(area-chart title x-label y-label data orientation legend tooltips urls)

Creates an area chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates an area chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

bar-chartclj

(bar-chart title x-label y-label data orientation)
(bar-chart title x-label y-label data orientation legend)
(bar-chart title x-label y-label data orientation legend tooltips)
(bar-chart title x-label y-label data orientation legend tooltips urls)

Creates a bar chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a bar chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

box-and-whisker-chartclj

(box-and-whisker-chart title x-label y-label data)
(box-and-whisker-chart title x-label y-label data legend)

Creates a box and wisker chart. The optional parameter 'legend' is a boolean flag.

Creates a box and wisker chart.
The optional parameter 'legend' is a boolean flag.
raw docstring

bubble-chartclj

(bubble-chart title x-label y-label data orientation)
(bubble-chart title x-label y-label data orientation legend)
(bubble-chart title x-label y-label data orientation legend tooltips)
(bubble-chart title x-label y-label data orientation legend tooltips urls)

Creates a bubble chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a bubble chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

candlestick-chartclj

(candlestick-chart title x-label y-label data)
(candlestick-chart title x-label y-label data legend)

Creates a candle stick chart. The optional parameter 'legend' is a boolean flag.

Creates a candle stick chart.
The optional parameter 'legend' is a boolean flag.
raw docstring

gantt-chartclj

(gantt-chart title x-label y-label data)
(gantt-chart title x-label y-label data legend)
(gantt-chart title x-label y-label data legend tooltips)
(gantt-chart title x-label y-label data legend tooltips urls)

Creates a gantt chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a gantt chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

high-low-chartclj

(high-low-chart title x-label y-label data)
(high-low-chart title x-label y-label data legend)

Creates a high low chart. The optional parameter 'legend' is a boolean flag.

Creates a high low chart.
The optional parameter 'legend' is a boolean flag.
raw docstring

histogramclj

(histogram title x-label y-label data orientation)
(histogram title x-label y-label data orientation legend)
(histogram title x-label y-label data orientation legend tooltips)
(histogram title x-label y-label data orientation legend tooltips urls)

Creates a histogram. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a histogram.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

line-chartclj

(line-chart title x-label y-label data orientation)
(line-chart title x-label y-label data orientation legend)
(line-chart title x-label y-label data orientation legend tooltips)
(line-chart title x-label y-label data orientation legend tooltips urls)

Creates a line chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a line chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

multiple-pie-chartclj

(multiple-pie-chart title data order)
(multiple-pie-chart title data order legend)
(multiple-pie-chart title data order legend tooltips)
(multiple-pie-chart title data order legend tooltips urls)

Creates a multiple pie chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a multiple pie chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

multiple-pie-chart-3dclj

(multiple-pie-chart-3d title data order)
(multiple-pie-chart-3d title data order legend)
(multiple-pie-chart-3d title data order legend tooltips)
(multiple-pie-chart-3d title data order legend tooltips urls)

Creates a 3D multiple pie chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a 3D multiple pie chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

pie-chartclj

(pie-chart title data)
(pie-chart title data legend)
(pie-chart title data legend tooltips)
(pie-chart title data legend tooltips urls)

Creates a pie chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a pie chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

pie-chart-3dclj

(pie-chart-3d title data)
(pie-chart-3d title data legend)
(pie-chart-3d title data legend tooltips)
(pie-chart-3d title data legend tooltips urls)

Creates a pie chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a pie chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

plotclj

(plot chart)

Returns the plot of the chart.

Returns the plot of the chart.
raw docstring

plot-orientationclj


polar-chartclj

(polar-chart title data)
(polar-chart title data legend)
(polar-chart title data legend tooltips)
(polar-chart title data legend tooltips urls)

Creates a polar chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a polar chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

rendererclj

(renderer plot)

Returns the renderer of the plot.

Returns the renderer of the plot.
raw docstring

ring-chartclj

(ring-chart title data)
(ring-chart title data legend)
(ring-chart title data legend tooltips)
(ring-chart title data legend tooltips urls)

Creates a ring chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a ring chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

scatter-plotclj

(scatter-plot title x-label y-label data orientation)
(scatter-plot title x-label y-label data orientation legend)
(scatter-plot title x-label y-label data orientation legend tooltips)
(scatter-plot title x-label y-label data orientation legend tooltips urls)

Creates a scatter plot. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a scatter plot.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

set-plot-propertiesclj

(set-plot-properties chart props)

Sets the properties of the plot of the chart.

Sets the properties of the plot of the chart.
raw docstring

set-renderer-propertiesclj

(set-renderer-properties chart props)

Sets the properties of the renderer of the chart.

Sets the properties of the renderer of the chart.
raw docstring

stacked-bar-chartclj

(stacked-bar-chart title x-label y-label data orientation)
(stacked-bar-chart title x-label y-label data orientation legend)
(stacked-bar-chart title x-label y-label data orientation legend tooltips)
(stacked-bar-chart title x-label y-label data orientation legend tooltips urls)

Creates a stacked bar chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a stacked bar chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

stacked-xy-area-chartclj

(stacked-xy-area-chart title x-label y-label data orientation)
(stacked-xy-area-chart title x-label y-label data orientation legend)
(stacked-xy-area-chart title x-label y-label data orientation legend tooltips)
(stacked-xy-area-chart title
                       x-label
                       y-label
                       data
                       orientation
                       legend
                       tooltips
                       urls)

Creates a stacked xy area chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a stacked xy area chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

table-orderclj


time-series-chartclj

(time-series-chart title x-label y-label data)
(time-series-chart title x-label y-label data legend)
(time-series-chart title x-label y-label data legend tooltips)
(time-series-chart title x-label y-label data legend tooltips urls)

Creates a time series chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a time series chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

wafer-map-chartclj

(wafer-map-chart title data orientation)
(wafer-map-chart title data orientation legend)
(wafer-map-chart title data orientation legend tooltips)
(wafer-map-chart title data orientation legend tooltips urls)

Creates a wafer map chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a wafer map chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

waterfall-chartclj

(waterfall-chart title x-label y-label data orientation)
(waterfall-chart title x-label y-label data orientation legend)
(waterfall-chart title x-label y-label data orientation legend tooltips)
(waterfall-chart title x-label y-label data orientation legend tooltips urls)

Creates a waterfall chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a waterfall chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

wind-plotclj

(wind-plot title x-label y-label data)
(wind-plot title x-label y-label data legend)
(wind-plot title x-label y-label data legend tooltips)
(wind-plot title x-label y-label data legend tooltips urls)

Creates a wind plot. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a wind plot.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

xy-area-chartclj

(xy-area-chart title x-label y-label data orientation)
(xy-area-chart title x-label y-label data orientation legend)
(xy-area-chart title x-label y-label data orientation legend tooltips)
(xy-area-chart title x-label y-label data orientation legend tooltips urls)

Creates a xy area chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a xy area chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

xy-bar-chartclj

(xy-bar-chart title x-label date-axis y-label data orientation)
(xy-bar-chart title x-label date-axis y-label data orientation legend)
(xy-bar-chart title x-label date-axis y-label data orientation legend tooltips)
(xy-bar-chart title
              x-label
              date-axis
              y-label
              data
              orientation
              legend
              tooltips
              urls)

Creates a xy bar chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a xy bar chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

xy-line-chartclj

(xy-line-chart title x-label y-label data orientation)
(xy-line-chart title x-label y-label data orientation legend)
(xy-line-chart title x-label y-label data orientation legend tooltips)
(xy-line-chart title x-label y-label data orientation legend tooltips urls)

Creates a xy line chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a xy line chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

xy-step-area-chartclj

(xy-step-area-chart title x-label y-label data orientation)
(xy-step-area-chart title x-label y-label data orientation legend)
(xy-step-area-chart title x-label y-label data orientation legend tooltips)
(xy-step-area-chart title x-label y-label data orientation legend tooltips urls)

Creates a xy step area chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a xy step area chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

xy-step-chartclj

(xy-step-chart title x-label y-label data orientation)
(xy-step-chart title x-label y-label data orientation legend)
(xy-step-chart title x-label y-label data orientation legend tooltips)
(xy-step-chart title x-label y-label data orientation legend tooltips urls)

Creates a xy step chart. The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.

Creates a xy step chart.
The optional parameters 'legend', 'tooltips', 'urls' are boolean flags.
raw docstring

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

× close