# react-offcharts-core

> A Core Library for React Offcharts

Latest version **0.1.71** (published 2017-04-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-offcharts-core
pnpm add react-offcharts-core
yarn add react-offcharts-core
bun add react-offcharts-core
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.71 |
| Published | 2017-04-25 |
| First published | 2017-01-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | arnthor3 |
| Maintainers | arnthor3 |
| Keywords | react-offcharts, d3, charts, react |

## Links

- npm: https://www.npmjs.com/package/react-offcharts-core
- Repository: https://github.com/arnthor3/react-offcharts-core
- Homepage: https://github.com/arnthor3/react-offcharts-core#readme
- Issues: https://github.com/arnthor3/react-offcharts-core/issues
- npm.io page: https://npm.io/package/react-offcharts-core

## Dependencies (8)

- [react](https://npm.io/package/react.md) ^15.4.1
- [d3-color](https://npm.io/package/d3-color.md) ^1.0.2
- [d3-scale](https://npm.io/package/d3-scale.md) ^1.0.4
- [react-dom](https://npm.io/package/react-dom.md) ^15.4.1
- [prop-types](https://npm.io/package/prop-types.md) ^15.5.8
- [d3-interpolate](https://npm.io/package/d3-interpolate.md) ^1.1.3
- [lodash.throttle](https://npm.io/package/lodash.throttle.md) ^4.1.1
- [resize-observer-polyfill](https://npm.io/package/resize-observer-polyfill.md) ^1.4.2

## Alternatives

- [d3-force-3d](https://npm.io/package/d3-force-3d.md) — 1.0M weekly downloads
- [ng2-charts](https://npm.io/package/ng2-charts.md) — 486.8K weekly downloads
- [@arcgis/core](https://npm.io/package/@arcgis/core.md) — 257.8K weekly downloads
- [react-sparklines](https://npm.io/package/react-sparklines.md) — 249.3K weekly downloads
- [react-native-gifted-charts](https://npm.io/package/react-native-gifted-charts.md) — 182.3K weekly downloads

## Recent versions

- 0.1.71 (latest) — 2017-04-25
- 0.1.7 — 2017-04-25
- 0.1.6 — 2017-04-03
- 0.1.5 — 2017-04-03
- 0.1.4 — 2017-01-22
- 0.1.3 — 2017-01-20
- 0.1.2 — 2017-01-14
- 0.1.11 — 2017-01-14
- 0.1.1 — 2017-01-14
- 0.1.0 — 2017-01-14
- 0.0.13 — 2017-01-12
- 0.0.12 — 2017-01-12
- 0.0.11 — 2017-01-12
- 0.0.1 — 2017-01-12

## README

## React Offcharts-Core
[![Build Status](https://travis-ci.org/arnthor3/react-offcharts-core.svg?branch=master)](https://travis-ci.org/arnthor3/react-offcharts-core) [![Coverage Status](https://coveralls.io/repos/github/arnthor3/react-offcharts-core/badge.svg?branch=master)](https://coveralls.io/github/arnthor3/react-offcharts-core?branch=master)

A collection of util methods and helper components for React Offcharts.

### Usage
This is not usefull on it's own unless you want a responsive svg that sends down with and height on resize event.

```js
import Chart from 'react-offcharts-core/Components/Chart';

class Graph extends Component {
  ......
  render() {
    <Chart
      responsive
    >
      <SomeGraph someProps={...this.props}/>
    </Chart>
  }
}
```

SomeGraph will recieve the widht and heght on resize and on mount.


### Licence
MIT Licence. Copyright (c) 2017 Arnthor Agustsson.

---
_Source: https://npm.io/package/react-offcharts-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
