API Reference
Namespaces
Classes
Events
Global
Externals

Namespace: cq-theme-piece

WebComponents. cq-theme-piece

Theme Piece web component <cq-theme-piece>.

Manages themes in for chart layout.

Example

<cq-section>
	<cq-placeholder>
		Background
		<cq-theme-piece cq-piece="bg">
			<cq-swatch></cq-swatch>
		</cq-theme-piece>
	</cq-placeholder>
	<cq-placeholder>
		Grid Lines
		<cq-theme-piece cq-piece="gl">
			<cq-swatch></cq-swatch>
		</cq-theme-piece>
	</cq-placeholder>
	<cq-placeholder>
		Date Dividers
		<cq-theme-piece cq-piece="dd">
			<cq-swatch></cq-swatch>
		</cq-theme-piece>
	</cq-placeholder>
	<cq-placeholder>
		Axis Text
		<cq-theme-piece cq-piece="at">
			<cq-swatch></cq-swatch>
		</cq-theme-piece>
	</cq-placeholder>
</cq-section>

Methods


setColor()