Socket
Book a DemoInstallSign in
Socket

diffract

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diffract

A set of d3 based visualization components built for React

latest
Source
npmnpm
Version
0.3.2
Version published
Maintainers
1
Created
Source

diffract

npm version devDependency Status peerDependency Status

A set of d3 based visualization components with cool animations built for React

Installation

Diffract is available via npm and can be used along with browserify

npm install diffract

Usage

After installing diffract via NPM, you may use the components in your code as follows:

/** DeathStar.jsx */

import React from 'react';
import {Chart, DataSeries, Pie} from 'diffract';

// ...And use it in your code
class DeathStar extends Component {

  render: function() {
    return (
        <Chart width={width} height={height}>
            <DataSeries data={this.state.values}>
                <Pie innerRadius={75} outerRadius={110}
                    style={(d, i) => ({fill: this.getColors(i)})}>
                    <text className="donut-title" textAnchor="middle"
                        x={0} y={0} fontSize={18}>
                        {'Hello'}
                    </text>
                    <text className="donut-subtitle" textAnchor="middle"
                        x={0} y={18} fontSize={10}>
                        {'diffract'}
                    </text>
                </Pie>
            </DataSeries>
        </Chart>
    );
  }

}

More Examples

See examples for more examples including Donuts, BarChart, stacked bar chart, grouped bar chart etc.

Demo

Donut

Donut

Bar Graph

Bar Graph

License: MIT

Keywords

react

FAQs

Package last updated on 09 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.