@import './../vendor/@rocketsoftware/motion/scss/motion.scss';

g.#{$prefix}--#{$charts-prefix}--scatter {
	circle.dot.hovered {
		fill-opacity: 1;
		transition: all 0.1s;
		@include carbon--motion(standard, expressive);
	}

	circle.dot.unfilled {
		fill: $ui-01;
		stroke-width: 1.5;
	}

	circle.dot.threshold-anomaly {
		stroke-width: 3;
	}

	g.lines path.line {
		mix-blend-mode: multiply;
	}
}
