Charts#

Chart.js#

This section renders charts of various types using chartjs directives.

Bar chart#

(Documentation)

Line chart#

(Documentation)

Bubble chart#

(Documentation)

Pie & doughnut chart#

(Documentation)

Boxplot & violin chart#

(Documentation)

Error bar chart#

(Documentation)

Venn diagram#

(Documentation, data structure)

Graph chart#

(Documentation)

chart#

histogram#

A histogram computed from a sample, with annotations computed from the sample as well.

A histogram of a distribution, with annotations computed from the distribution as well.

densityFunction#

A discrete density function computed from a sample, with annotations computed from the sample as well.

cumulativeDistributionFunction#

A normalized cumulative distribution function computed from a sample.

A non-normalized cumulative distribution function computed from a distribution.

Renderer with arguments#

Custom annotation#

Custom plugin#