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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw docstring

chart-panelclj

(chart-panel chart)

Creates a Swing panel with the given 'chart'.

Creates a Swing panel with the given 'chart'.
sourceraw docstring

composite-titleclj

(composite-title props)

Creates a composite title.

Creates a composite title.
sourceraw docstring

date-titleclj

(date-title props)

Creates a date title.

Creates a date title.
sourceraw docstring

draw-chart-with-graphics2dclj

(draw-chart-with-graphics2d chart rectangle2d graphics2d)

Draws the 'chart' with the dimensions of 'rectangle2d' in the given 'graphics2d' context and returns the context.

Draws the 'chart' with the dimensions of 'rectangle2d' in the given 'graphics2d' context and returns the context.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw docstring

image-titleclj

(image-title image props)

Creates an image title.

Creates an image title.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw docstring

plotclj

(plot chart)

Returns the plot of the chart.

Returns the plot of the chart.
sourceraw docstring

plot-orientationclj

source

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.
sourceraw docstring

rendererclj

(renderer plot)

Returns the renderer of the plot.

Returns the renderer of the plot.
sourceraw 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.
sourceraw docstring

save-chart-as-jpgclj

(save-chart-as-jpg file chart width height)

Save the 'chart' in JPEG format with the specified 'width' and 'height' to the given 'file'.

Save the 'chart' in JPEG format with the specified 'width' and 'height' to the given 'file'.
sourceraw docstring

save-chart-as-pngclj

(save-chart-as-png file chart width height)

Save the 'chart' in PNG format with the specified 'width' and 'height' to the given 'file'.

Save the 'chart' in PNG format with the specified 'width' and 'height' to the given 'file'.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw docstring

short-text-titleclj

(short-text-title text props)

Creates a short text title.

Creates a short text title.
sourceraw 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.
sourceraw 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.
sourceraw docstring

table-orderclj

source

text-titleclj

(text-title props)

Creates a text title.

Creates a text title.
sourceraw docstring

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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw 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.
sourceraw docstring

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

× close