Example thumbnail image

Description

Render a histogram for a list of data points.

Implementation

Browse source code here.

Configuration options

NameDescriptionQuantisationDefaultType
titleNoneoptionalstring
filenameNoneoptionalstring
fieldTimeseries data point to plot. Either a datapoint or an event+property must be specifiedoptionalfield
widthNonerequired1000uint (pixels)
heightNonerequired600uint (pixels)
label-fontsizeFont size for axis labelsrequired10uint (pt)

Example

	<bit-histogram>
    option 1
    option 2
    ...
</bit-histogram>
	

This shows an example of the basic declaration of the widget with no options. Options are added as: <name>value</name>