Skip to content

Releases: influxdata/giraffe

v2.15.5

24 Jun 16:47
a7be215
Compare
Choose a tag to compare

Static Legend horizontal orientation color pills

  • Color pills for Static Legend in horizontal orientation are once again correctly aligned

v2.15.4

22 Jun 22:59
0fbf7eb
Compare
Choose a tag to compare

Static Legend styling

  • Static Legend no longer has position: absolute making it easier to apply styles to it in consuming apps that need to handle Static Legend's overflow content with scrollbars

v2.15.3

22 Jun 20:11
e354da4
Compare
Choose a tag to compare

This release fixes maps broken tooltips because name is undefined. Also, it fixes the tooltips to be shown on Pivoted tables for maps.

v2.15.2

21 Jun 19:54
e2bcc97
Compare
Choose a tag to compare

Shift-click listener added

Point annotations are now added with a shift-click listener.
This is to differentiate between adding a point annotation and double-clicking to go back to the original timescale on a graph when clicking out

v2.15.1

16 Jun 23:51
99f9adf
Compare
Choose a tag to compare

Maps

This fixes a bug that breaks the current maps tooltips.

v2.15.0

16 Jun 17:53
142499b
Compare
Choose a tag to compare

Static Legend custom callback

  • Static Legend config includes a callback that is run on every render allowing the consumer to get detailed information about the static legend box and styling. Primarily used for auto-adjusting height

v2.14.2

15 Jun 21:38
649f4a5
Compare
Choose a tag to compare

Overlapping point and range annotation rendering

  1. an overlapping point annotation now shows up within the range annotation (opacity of the range annotation 'hat' is reduced to 60%)
  2. the correct tooltip shows up (the point if you are directly on it, else the range tooltip)
  3. Added pretty-quick: can now run "yarn pretty-quick" at the command line to do a much quicker prettification of the code

v2.14.1

14 Jun 22:35
469776c
Compare
Choose a tag to compare

Add map tooltip enhancements so we can properly respond to tooltip requests from UI

v2.14.0

09 Jun 14:31
20f8e43
Compare
Choose a tag to compare

Adding Shift to the XOnBrushEnd

  • The onBrushXEnd now knows if the shift key is down at the end of the 'brush/zoom' gesture
  • Now only executing interactionaction onXBrush when the shift key is down

v2.13.1

07 Jun 18:21
66acafd
Compare
Choose a tag to compare

Hidden tooltip in line and band will not have a hover layer

  • removes the hover layer when the tooltip is hidden for line and band graphs