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

ag-charts-vue3

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-charts-vue3 - npm Package Compare versions

Comparing version 5.3.0 to 6.0.0

25

package.json
{
"name": "ag-charts-vue3",
"description": "AG Charts Vue 3 Component",
"version": "5.3.0",
"version": "6.0.0",
"author": "Sean Landsman <sean@thelandsmans.com>",

@@ -29,3 +29,3 @@ "license": "MIT",

"npm": "npx tsc -p tsconfig-lib.json",
"build": "npm run npm && npm run bundle && npm run hash",
"build": "echo \"module.exports = require('./build')\" > ./node_modules/vue-template-compiler/index.js && npm run npm && npm run bundle && npm run hash",
"build-prod": "npm run build",

@@ -36,17 +36,18 @@ "lint": "npx vue-cli-service lint",

"devDependencies": {
"ag-charts-community": "~5.3.0",
"ag-charts-community": "~6.0.0",
"@types/node": "12.20.20",
"@vue/cli-plugin-typescript": "^3.11.0",
"@vue/cli-plugin-unit-jest": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"typescript": "^3.6.0",
"@vue/cli-plugin-typescript": "3.12.1",
"@vue/cli-plugin-unit-jest": "3.12.1",
"@vue/cli-service": "3.12.1",
"typescript": "3.9.10",
"vue": "3.0.0",
"core-js": "^3.6.5",
"vue-class-component": "^8.0.0-rc.1",
"@vue/composition-api": "^1.0.0-beta.14",
"vue-template-compiler": "^2.6.12",
"core-js": "3.22.7",
"vue-class-component": "8.0.0-rc.1",
"@vue/composition-api": "1.6.2",
"vue-template-compiler": "2.6.14",
"@babel/types": "7.17.12",
"rimraf": "3.0.2"
},
"peerDependencies": {
"ag-charts-community": "~5.3.0",
"ag-charts-community": "~6.0.0",
"vue": "^3.0.0",

@@ -53,0 +54,0 @@ "vue-class-component": ">= ^8.0.0-beta.3"

@@ -1,34 +0,54 @@

## ag-charts-vue3
[![npm](https://img.shields.io/npm/dm/ag-charts-vue3.svg)](https://www.npmjs.com/package/ag-charts-vue3)
[![npm](https://img.shields.io/npm/dt/ag-charts-vue3.svg)](https://www.npmjs.com/package/ag-charts-vue3)
## Project setup
```
npm install
```
# AG Charts Vue 3 Community
### Compiles and hot-reloads for development
```
npm run serve
```
AG Charts is a fully-featured and highly customizable JavaScript charting library.
### Compiles and minifies for production
```
npm run build
```
## Features
### Run your tests
```
npm run test
```
Here are some of the features that make AG Charts stand out:
### Lints and fixes files
```
npm run lint
```
* modern, lightweight and performant
* thin, easy-to-use wrappers for all popular frameworks: React, Angular, Vue
* framework agnostic, easy to use from plain JavaScript or TypeScript
* zero dependencies
* support for all common chart types:
* Line Charts
* Bar/Column Charts
* Area Charts
* Scatter/Bubble Charts
* Pie/Doughnut Charts
* reactive - property changes are automatically batched to take effect on next frame
* simple, clean API
* interactive documentation
### Run your unit tests
Visit [our official docs](https://www.ag-grid.com/vue-charts/overview/?utm_source=ag-charts-readme&utm_medium=repository&utm_campaign=github) for full documentation.
## Getting started
### Install dependencies
```sh
$ npm install --save ag-charts-community ag-charts-vue3
```
npm run test:unit
```
### Customise configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
### Usage
Please refer to our [Getting Started](https://www.ag-grid.com/vue-charts/getting-started/) Tutorial.
## Issue Reporting
If you have found a bug, please report them at this repository `issues` section. If you're using Enterprise version please use the [private ticketing](https://ag-grid.zendesk.com/) system to do that.
## Asking Questions
Look for similar problems on [StackOverflow](https://stackoverflow.com/questions/tagged/ag-charts) using the `ag-charts` tag. If nothing seems related, post a new message there. Do not use GitHub issues to ask questions.
## Contributing
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.
## License
This project is licensed under the MIT license. See the [LICENSE file](./LICENSE.txt) for more info.

Sorry, the diff of this file is not supported yet

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