Sha256: 58874840cf3cb65820c242d70592784d5598290be17c0a5e68fa4321d8014629

Contents?: true

Size: 1.04 KB

Versions: 20

Compression:

Stored size: 1.04 KB

Contents

/*
 * DOM element rendering detection
 * https://davidwalsh.name/detect-node-insertion
 */
@-webkit-keyframes chartjs-render-animation {
	from { opacity: 0.99; }
	to { opacity: 1; }
}
@keyframes chartjs-render-animation {
	from { opacity: 0.99; }
	to { opacity: 1; }
}

.chartjs-render-monitor {
	-webkit-animation: chartjs-render-animation 0.001s;
	        animation: chartjs-render-animation 0.001s;
}

/*
 * DOM element resizing detection
 * https://github.com/marcj/css-element-queries
 */
.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;
}

canvas.chartjs {
  max-height: 600px !important; }

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
phcthemes_web_theme_pack-5.0.13 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_web_theme_pack-5.0.12 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_web_theme_pack-5.0.11 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_web_theme_pack-5.0.10 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_admin_panel_pack-5.1.6 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_web_theme_pack-5.0.9 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_web_theme_pack-5.0.7 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_web_theme_pack-5.0.6 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_web_theme_pack-5.0.5 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_web_theme_pack-5.0.4 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_admin_panel_pack-5.1.5 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_web_theme_pack-5.0.3 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_web_theme_pack-5.0.2 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_admin_panel_pack-5.1.4 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_web_theme_pack-5.0.1 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_admin_panel_pack-5.1.3 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_admin_panel_pack-5.1.2 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_admin_panel_pack-5.1.1 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_web_theme_pack-5.0.0 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css
phcthemes_admin_panel_pack-5.1.0 app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css