You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ag-charts-types

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-charts-types - npm Package Compare versions

Comparing version

to
12.0.1

9

dist/types/src/chart/types.d.ts
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",