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

react-d3-core

Package Overview
Dependencies
Maintainers
2
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-d3-core - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

4

package.json
{
"name": "react-d3-core",
"version": "1.0.8",
"version": "1.0.9",
"description": "react-d3 chart core component",

@@ -19,3 +19,3 @@ "main": "./lib/index.js",

"dsv-loader": "^1.0.0",
"jest-cli": "^0.5.8",
"jest-cli": "^0.8.0",
"json-loader": "^0.5.3",

@@ -22,0 +22,0 @@ "jsx-loader": "^0.13.2",

@@ -7,2 +7,18 @@ # react-d3-core

`react-d3-core` is includes the core components of the `react-d3` projects. The reason we extract the main component here, is because of reusability. For instance, we use grid, axes over and over again in line chart, area chart, bar chart ... etc. If we move these system a little bit forward to a react component we can declare it more easily in the future.
Such as we need xaxis, yaxis, grid in a new chart. We can install `react-d3-core` and import them.
## Install
```
npm install react-d3-core
```
## LIVE DEMO
http://reactd3.org/docs/core
## Quick example

@@ -14,3 +30,3 @@

```html
```js
"use strict";

@@ -99,20 +115,2 @@

## Install
```
npm install react-d3-core
```
## Introduction
`react-d3-core` is includes the core components of the `react-d3` projects. The reason we extract the main component here, is because of reusability. For instance, we use grid, axes over and over again in line chart, area chart, bar chart ... etc. If we move these system a little bit forward to a react component we can declare it more easily in the future.
Such as we need xaxis, yaxis, grid in a new chart. We can install `react-d3-core` and import them.
## LIVE DEMO
http://reactd3.org/docs/core
## Supported Components

@@ -119,0 +117,0 @@

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