tsiclient
Version:
<a href="https://tsiclientsample.azurewebsites.net"><img src="https://insights.timeseries.azure.com/favicons/android-chrome-192x192.png" align="left" hspace="10" vspace="6" height="100px"></a>
26 lines (25 loc) • 989 B
TypeScript
import { TooltipMeasureFormat } from "./Enums-c244dc9e";
import { ChartOptions } from "./ChartOptions-23377755";
declare class Strings {
private stringValueDefaults;
private stringValues;
constructor();
mergeStrings(stringKeyValues: any): void;
getString(stringKey: string): any;
toObject(): any;
}
declare class Component {
renderTarget: any;
protected currentTheme: string;
readonly TRANSDURATION: number;
usesSeconds: boolean;
usesMillis: boolean;
protected chartOptions: ChartOptions;
protected getString(str: string): any;
constructor(renderTarget: Element);
protected themify(targetElement: any, theme: string): void;
protected teardropD: (width: any, height: any) => string;
protected tooltipFormat(d: any, text: any, measureFormat: TooltipMeasureFormat, xyrMeasures?: any): void;
protected createTooltipSeriesInfo(d: any, group: any, cDO: any): void;
}
export { Strings, Component };