UNPKG

@carbon/charts

Version:
7 lines (6 loc) 267 B
import { Service } from '../service'; export declare class GradientUtils extends Service { static appendOrUpdateLinearGradient(configs: any): void; static getOffsetRatio(domain: any): string; static getStops(domain: any, color: string): object[]; }