ag-charts-types
Advanced tools
Comparing version
export type FontStyle = 'normal' | 'italic' | 'oblique'; | ||
export type FontWeight = 'normal' | 'bold' | 'bolder' | 'lighter' | number; | ||
export type FontFamily = string; | ||
export type GoogleFontFamily = { | ||
export type FontFamilyFull = FontFamily | GoogleFontFamily | Array<FontFamily | GoogleFontFamily>; | ||
export type FontSize = number; | ||
export interface GoogleFontFamily { | ||
/** The name of the Google font family, e.g. 'Roboto' */ | ||
googleFont: FontFamily; | ||
}; | ||
export type FontFamilyFull = FontFamily | GoogleFontFamily | (FontFamily | GoogleFontFamily)[]; | ||
export type FontSize = number; | ||
} | ||
export type AgMarkerShape = 'circle' | 'cross' | 'diamond' | 'heart' | 'plus' | 'pin' | 'square' | 'star' | 'triangle' | AgMarkerShapeFn; | ||
@@ -10,0 +11,0 @@ export interface AgPath { |
{ | ||
"name": "ag-charts-types", | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"description": "Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue", | ||
@@ -5,0 +5,0 @@ "main": "./dist/package/main.cjs.js", |
414461
0.02%6551
0.02%