.graph-component {
	width: 100%;
	position: relative;
}

.graph-component .container {
	max-height: 350px;
}

.graph-component .container canvas {
	width: 100%;
	/* height: 100%; */
	max-height: 350px;
}