Example thumbnail image
Description
Render a histogram for a list of data points.
Implementation
Browse source code here.
Configuration options
Name | Description | Quantisation | Default | Type |
---|---|---|---|---|
title | None | optional | string | |
filename | None | optional | string | |
field | Timeseries data point to plot. Either a datapoint or an event+property must be specified | optional | field | |
width | None | required | 1000 | uint (pixels) |
height | None | required | 600 | uint (pixels) |
label-fontsize | Font size for axis labels | required | 10 | uint (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>