ag-charts-react
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -16,8 +16,7 @@ # Contributing to ag-grid-react | ||
Please, do not open issues for the general support questions as we want to keep GitHub issues for bug reports and feature requests. You've got much better chances of getting your question answered on [StackOverflow](https://stackoverflow.com/questions/tagged/ag-grid) where the questions should be tagged with tag `ag-grig`, | ||
or on our [Forum](https://ag-grid.com/forum) | ||
Please, do not open issues for general support questions as we want to keep GitHub issues for bug reports and feature requests. You've got much better chances of getting your question answered on [StackOverflow](https://stackoverflow.com/questions/tagged/ag-grid) where the questions should be tagged with tag `ag-grid`. | ||
If you're using the Enterprise version of ag-Grid (ag-grid-enterprise), then the [Members Forum](https://ag-grid.com/forum/forumdisplay.php?fid=5) is the best place to ask - you'll get a much quicker response there. Please contact accounts@ag-grid.com for access. | ||
If you're using the Enterprise version of AG Grid (ag-grid-enterprise), then you should use our [Support Portal](https://ag-grid.zendesk.com/) - you'll get a much quicker response there. Please contact accounts@ag-grid.com for access. | ||
To save your and our time we will be systematically closing all the issues that are requests for general support (for ag-Grid Free) and redirecting people to StackOverflow. | ||
To save your and our time we will be systematically closing all the issues that are requests for general support (for AG Grid Community) and redirecting people to StackOverflow. | ||
@@ -24,0 +23,0 @@ ## <a name="issue"></a> Found a Bug? |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v3.0.0 | ||
// ag-charts-react v3.1.0 | ||
import { Component, RefObject } from "react"; | ||
@@ -3,0 +3,0 @@ import { AgChartOptions } from "ag-charts-community"; |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v3.0.0 | ||
// ag-charts-react v3.1.0 | ||
"use strict"; | ||
@@ -61,3 +61,3 @@ var __extends = (this && this.__extends) || (function () { | ||
this.processPropsChanges(this.props, nextProps); | ||
// we want full control of the dom, as ag-Charts doesn't use React internally, | ||
// we want full control of the dom, as AG Charts doesn't use React internally, | ||
// so for performance reasons we tell React we don't need render called after | ||
@@ -64,0 +64,0 @@ // property changes. |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v3.0.0 | ||
// ag-charts-react v3.1.0 | ||
export * from './agChartsReact'; |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v3.0.0 | ||
// ag-charts-react v3.1.0 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ function __export(m) { |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v3.0.0 | ||
// ag-charts-react v3.1.0 | ||
export declare const assignProperties: (to: {}, from: {}) => void; |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v3.0.0 | ||
// ag-charts-react v3.1.0 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "ag-charts-react", | ||
"version": "3.0.0", | ||
"description": "ag-Charts React Component", | ||
"version": "3.1.0", | ||
"description": "AG Charts React Component", | ||
"main": "main.js", | ||
@@ -34,3 +34,3 @@ "typings": "./main.d.ts", | ||
"devDependencies": { | ||
"ag-charts-community": "~3.0.0", | ||
"ag-charts-community": "~3.1.0", | ||
"@types/jest": "^25.2.1", | ||
@@ -66,3 +66,3 @@ "@types/react": "16.9.2", | ||
"peerDependencies": { | ||
"ag-charts-community": "~3.0.0", | ||
"ag-charts-community": "~3.1.0", | ||
"react": "^16.3.0", | ||
@@ -69,0 +69,0 @@ "react-dom": "^16.3.0" |
[![npm](https://img.shields.io/npm/dm/ag-charts-community.svg)](https://www.npmjs.com/package/ag-charts-community) | ||
[![npm](https://img.shields.io/npm/dt/ag-charts-community.svg)](https://www.npmjs.com/package/ag-charts-community) | ||
# ag-Charts Community | ||
# AG Charts Community | ||
ag-Charts is a fully-featured and highly customizable JavaScript charting library. | ||
AG Charts is a fully-featured and highly customizable JavaScript charting library. | ||
## Features | ||
Here are some of the features that make ag-Charts stand out: | ||
Here are some of the features that make AG Charts stand out: | ||
@@ -56,3 +56,3 @@ * modern, lightweight and performant | ||
ag-Charts is developed by a team of co-located developers in London. If you want to join the team check out our [jobs board](https://www.ag-grid.com/ag-grid-jobs-board/?utm_source=ag-charts-readme&utm_medium=repository&utm_campaign=github) or send your application to info@ag-grid.com. | ||
AG Charts is developed by a team of co-located developers in London. If you want to join the team check out our [jobs board](https://www.ag-grid.com/ag-grid-jobs-board/?utm_source=ag-charts-readme&utm_medium=repository&utm_campaign=github) or send your application to info@ag-grid.com. | ||
@@ -59,0 +59,0 @@ ## License |
Sorry, the diff of this file is not supported yet
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
17235