# betterlinks/trunk/assets/css/lib/Chart.min.css

BetterLinks – Link Shortener, Link Cloaking, Redirects, Affiliate Link Manager &amp; MCP, version trunk. 40 lines.

- Page: https://pluginprobe.com/plugins/betterlinks/trunk/code/assets/css/lib/Chart.min.css
- Raw: https://pluginprobe.com/plugins/betterlinks/trunk/raw/assets/css/lib/Chart.min.css
- Modified: 2021-01-14T10:47:30+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/betterlinks/trunk/code/assets/css/lib/Chart.min.css#L10-L20`.

```css
@keyframes chartjs-render-animation {
	from {
		opacity: 0.99;
	}
	to {
		opacity: 1;
	}
}
.chartjs-render-monitor {
	animation: chartjs-render-animation 1ms;
}
.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
	position: absolute;
	direction: ltr;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	pointer-events: none;
	visibility: hidden;
	z-index: -1;
}
.chartjs-size-monitor-expand > div {
	position: absolute;
	width: 1000000px;
	height: 1000000px;
	left: 0;
	top: 0;
}
.chartjs-size-monitor-shrink > div {
	position: absolute;
	width: 200%;
	height: 200%;
	left: 0;
	top: 0;
}

```
