You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ [Heatmap] When "keep ratio" is enabled, the canvas and the axes of the heatmap now fill all available space. #679
[Heatmap] Turn grid on by default, to avoid empty space between image and axes with new "keep ratio" behaviour. #690
[Heatmap, Line] Show axes when grid is disabled. #709
@h5web/lib
✨ [HeatmapVis] Boolean prop keepAspectRatio becomes layout, which now accepts three possible values: cover (the default), fill and contain. Layouts fill and contain are equivalent to keepAspectRatio={false} and keepAspectRatio={true}, respectively. The new default layout, cover, tells the image to keep its ratio (like contain) yet allows the canvas and axes to fill all available space (like fill). This is particularly beneficial when zooming. #679#705
[HeatmapVis] Add children prop so users can pass additional layers to the heatmap. #688
[LineVis] Add children prop so users can pass additional layers to the line. #707
[Annotation, Html] Add Annotation component (and its low-level counterpart Html) for the purpose of implementing visualization layers. #688#695#701#707