Simple javascript charts suited for BI applications
Removed old versions from dist folder. Package was published to NPM registry.
Prevent default event actions if clicked on histogram with shiftKey
Add histogram config option to adjust y axis max height
Adjust highlight yellow color
Add more barchart configuration options:
- stripeHeight: height of stripe
- detailsBottomSpace: vertical space between details (label and tooltip) and stripe
- horizontalPadding: padding around details (label and tooltip)
- showLabelCircle: new option to display additional circle with bar color. Useful for charts with more colors
Set fixed width of linechart label gradient Render linechart label group only after annotations and lines group Add option enableLineTooltip for linechart
Add only tool in Barchart
Add default top margin in Linechart
Fix bug when rendering Linechart into display-none element
Linechart bugfixes
- Multiple times setData call
- first/last null value in data
- Unpresent value id in annotation
- Bottom label mask at edge positions
- Single value label
- Destroy call throws an error
- Typo Linechart tooltip does not overflow top line.
Add new component Linechart
- Adds support for line hover and line tooltip
- Adds support for annotations
- Consumes different data format
- Fixes bug with all negative values Deprecate component Line
Add support for histogram segment icons and divider Add related examples
Do not clear selection when selection is set Deprecate histogram updateSection
Add support of updating histogram selection without refreshing So handlers are not affected. See example of use
Fix selection changes in inverted histogram filter
Handle long labels on barchart
Break backwards compatibility of Barchart component There was deprecated class 'Bar' and new class 'Barchart'. Now only 'Barchart' exists It has more features (see examples/bar.html) Consumes different format of data (see examples/data/bar/*.json)