Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

## AF Charts

### Patch
0.0.8
Tooltip bow SVG based

0.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 |