# highcharts-more

> highcharts-more module for react Highcharts. This package is generated based on highcharts v0.1.7

Latest version **0.1.7** (published 2018-01-15) · CC license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install highcharts-more
pnpm add highcharts-more
yarn add highcharts-more
bun add highcharts-more
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.1.7 |
| Published | 2018-01-15 |
| First published | 2015-10-17 |
| Weekly downloads | 0 |
| License | CC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | kirjs |
| Maintainers | kirjs |
| Keywords | charts, highcharts, highcharts-more |

## Links

- npm: https://www.npmjs.com/package/highcharts-more
- npm.io page: https://npm.io/package/highcharts-more

## 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.7 (latest) — 2018-01-15
- 0.1.5 — 2018-01-15
- 0.1.2 — 2016-02-28
- 0.1.1 — 2016-02-28
- 0.1.0 — 2016-02-28
- 0.0.8 — 2016-01-06
- 0.0.7 — 2015-12-06
- 0.0.6 — 2015-10-24
- 0.0.5 — 2015-10-24
- 0.0.4 — 2015-10-24
- 0.0.3 — 2015-10-24
- 0.0.2 — 2015-10-17
- 0.0.1 — 2015-10-17

## README

# highcharts-more
This is just a highcharts-more module copied from highcharts v0.1.7.
This package is generated for simplicity of use.

# Installation
```bash
npm install highcharts-more --save
```
# Usage
The package expects that global `Highcharts` variable is set.
It also doesn't export anything.

Then just require the package if you use common.js
```javascript
require('highcharts-more')
```

Or include the script in your HTML file.
```html
<script src = "node_modules/highcharts-more/index.js">
```

# Generation info
The code for generating the modules is in [this repository](https://github.com/kirjs/publish-highcharts-modules)

# Issues

Issues with the way modules work [should be reported to the Highcharts repository](https://github.com/highslide-software/highcharts.com/issues)

Issues with the way modules were generated [should be reported to publish-highcharts-modules repository](https://github.com/kirjs/publish-highcharts-modules)

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