Contains functions for the creation of charts.
Contains functions for the creation of charts.
(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.
(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.
(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.
(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.
(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.
(chart-panel chart)
Creates a Swing panel with the given 'chart'.
Creates a Swing panel with the given 'chart'.
(composite-title props)
Creates a composite title.
Creates a composite title.
(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.
(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.
(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.
(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.
(image-title image props)
Creates an image title.
Creates an image title.
(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.
(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.
(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.
(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.
(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.
(plot chart)
Returns the plot of the chart.
Returns the plot of the chart.
(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.
(renderer plot)
Returns the renderer of the plot.
Returns the renderer of the plot.
(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.
(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'.
(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'.
(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.
(set-plot-properties chart props)
Sets the properties of the plot of the chart.
Sets the properties of the plot of the chart.
(set-renderer-properties chart props)
Sets the properties of the renderer of the chart.
Sets the properties of the renderer of the chart.
(short-text-title text props)
Creates a short text title.
Creates a short text title.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close