Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This changes the card height to occupy the assigned height in grid/sections view. The Graph will be stretched to fill this space. Its aspect ration will change. Change the `height` option to make it look better. How is it done: :host.height = 100% => fixes height of entire card to fill space, if there is a defined space graph.flex = auto => assigns remaining space in card to the graph itself graph_container.height = 100% => makes the container fill the entire space graph__container__svg: .position=relative .width=100% .height=100% => makes the container use the entire space. Not only in flex width. The relative positioning changes the z-order of the graph and the labels. So, this is fixed in the main source code. The SVG also is freed aspect-ratio-wise, otherwise it could not fill the entire space.
- Loading branch information