Releases: influxdata/giraffe
Releases · influxdata/giraffe
v2.9.0
Static Legend displays latest values and additional columns for stacked line graphs
v2.8.2
Fixed a bug with graphs disappearing intermittently when trying to handle undefined, null, or NaN values
v2.8.1
Band Plot renders correctly when timestamps are associated with undefined, null, or NaN values
v2.8.0
Introducing clampedHoverX
into InteractionArguments
- Adds a new field
clampedHoverX
which is the nearest timestamp in the domain to the hover value. Useful if you want your hover values to match your tooltip values.
v2.7.7
Annotations tooltip text-overflow bug fix
- fixes an issue where the text is a single very long string without breaks was overflowing out of the tooltip container.
v2.7.6
Annotation visual enhancement
- Annotation tooltip carets are now smaller and less intrusive to the plot
- Annotation Lines are now dashed to ease intrusion and create visual separation from other entities on the plot
v2.7.5
Better Annotation tooltip position on edge of the screen
- Fixes a bug with the tooltip position calculator that was causing miscalculated coordinates for the tooltip position when the annotation was towards the right edge of the screen.
v2.7.4
Fixes bug with <Plot>
sub-components not receiving children from the top level
children
are once again accessible by <Plot>
's sub-components
v2.7.3
Annotations hover UX improvement
- Fixes an issue where multiple tooltips were being triggered for annotations when they were in close proximity to each other.
Only one Tooltip for the annotation that is closest to the mouse pointer is shown:
v2.7.2
Updated maps link for truncated results