Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ag-charts-react

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-charts-react - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

25

lib/agChartsReact.d.ts

@@ -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 {

2

lib/agChartsReact.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc