Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfenfebral/af-charts
SVG Based Charts
https://github.com/alfenfebral/af-charts
Last synced: 16 days ago
JSON representation
SVG Based Charts
- Host: GitHub
- URL: https://github.com/alfenfebral/af-charts
- Owner: alfenfebral
- Created: 2018-08-15T10:47:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T13:38:03.000Z (over 6 years ago)
- Last Synced: 2024-10-17T10:56:31.974Z (about 1 month ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AF Charts
### Patch
0.0.8
Tooltip bow SVG based0.0.7
Remove x in data### Usage
```js
import { LineChart } = require('af-charts');render() {
const data = {
{ d: 'Aug 13', p: '$6,252.37', y: 6252.37 },
{ d: 'Aug 14', p: '$6,192.31', y: 6192.3063 }
};return (
);
}
```## Props
| Name | Type |
| --- | --- |
| data | object |
| areaStyle | object |