export interface SparklineOptions {
	/**
	 * Specify sparkline charts holder selector.
	 * - **NOTE:** The amount of holder should match with the amount of data. If has less, will append necessaray amount nodes as sibling of main chart.
	 */
	selector: string;
}
