ag-charts-react
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,26 +0,5 @@ | ||
// ag-charts-react v1.0.0 | ||
// ag-charts-react v1.0.1 | ||
import { Component, RefObject } from "react"; | ||
export interface AgLegendProps { | ||
enabled?: boolean; | ||
padding?: number; | ||
itemPaddingX?: number; | ||
itemPaddingY?: number; | ||
markerSize?: number; | ||
markerStrokeWidth?: number; | ||
labelColor?: string; | ||
labelFontFamily?: string; | ||
} | ||
export interface AgChartOptions { | ||
width?: number; | ||
height?: number; | ||
data?: any[]; | ||
series: { | ||
type?: string; | ||
xKey: string; | ||
yKey: string; | ||
}[]; | ||
legend?: AgLegendProps; | ||
} | ||
export interface AgChartProps { | ||
options: AgChartOptions; | ||
options: any; | ||
} | ||
@@ -27,0 +6,0 @@ interface AgChartState { |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v1.0.0 | ||
// ag-charts-react v1.0.1 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || (function () { |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v1.0.0 | ||
// ag-charts-react v1.0.1 | ||
export * from './agChartsReact'; |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v1.0.0 | ||
// ag-charts-react v1.0.1 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ function __export(m) { |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v1.0.0 | ||
// ag-charts-react v1.0.1 | ||
export declare const assignProperties: (to: {}, from: {}) => void; |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v1.0.0 | ||
// ag-charts-react v1.0.1 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "ag-charts-react", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "ag-Charts React Component", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18926
132