Releases: proteus-h2020/proteic
Releases · proteus-h2020/proteic
v0.0.30
v0.0.29
v0.0.28
v0.0.27
v0.0.26
Added
- New annotated events
- New band annotations
- New alerts component 🔔
- Function to unpivot wide format coming from the Datasource to narrow format
- Function to destroy charts
- Option to set the position of the legend
- Option to rotate X axis labels
- Method to clear the chart data
- Interpolated color scales
- Added linear X axis to swimlane
- Added sequential color scales to swimlane
- Added option to display
propertyZ
in the swimlane boxes - TS linting
Changed
- Upgrade TS version
- The Y axis maximum calculation is now always a 10% larger than the original domain
- The format of the color legend labels is now configurable using
valuesFormat
option - Design improvements
- Upgraded d3-annotation version
Fixed
- Huge performance improvements ⚡
- Fixed heatmap drawing numbers as strings
- Fixed keepDrawing ignoring propertyKey
- Fixed a bug in Lineset that happened when using a propertyKey other than 'key'
- Fixed Y axis not showing up if max and min are the same
- Fixed swimlane series toggle not working
- Fix color legend domain
- Unclutter log messages