Coder Social home page Coder Social logo

react-zoomable-sunburst-d3-v4's Introduction

react-zoomable-sunburst-d3-v4

Sunburst component built with React. It is build upon D3 V4 and CRA

Installation

npm i react-sunburst-d3-v4

Demo

Watch the video

Example

import Sunburst from 'react-sunburst-d3-v4';

class App extends Component {
  onSelect(event){
    console.log(event);
  }
  render() {
    return (
      <div className="App">
        <Sunburst
          data={data}
          onSelect={this.onSelect}
          scale="linear"
          tooltipContent={ <div class="sunburstTooltip" style="position:absolute; color:'black'; z-index:10; background: #e2e2e2; padding: 5px; text-align: center;" /> }
          tooltip
          tooltipPosition="right"
          keyId="anagraph"
          width="480"
          height="400"
        />
      </div>
    );
  }
}
Property Type Description Working
data Array Typically same for every Sunburst Chart Yes
scale String Options: linear / exponential - Linear renders each arc with same radii, Exponential reduces gradually by SquareRoot Yes
tooltip bool Display Tooltip or not Yes
tooltipContent HTMLNode Customized Node for Tooltip rendering Yes
keyId string Unique Id for Chart SVG Yes
width Integer Width of the Chart Container Yes
height Integer Height of the Chart Container Yes

Methods

  • onSelect() - Function - Called on Arc Click for re-rendering the chart and passing back to User as props

TODO:

  1. Add Label Content & Customized Label Content
  2. UI UX improvements
  3. Add Color and Label options from user input props
  4. Smooth animation on Click
  5. D3 Bar Charts Addition
  6. Bar charte line chart, pie chart, multiple line graphs

Check out the Example folder for Customized Usage

react-zoomable-sunburst-d3-v4's People

Contributors

arbaazandossani avatar arbaazdossani avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

react-zoomable-sunburst-d3-v4's Issues

React Native support

I dont know how to use sunbrust in react native android and ios.Can you please help me to solve this.If i any related link that may be useful for me.Thanks in advance.

Throws Warning: Expected server HTML to contain a matching <div> in <div>

Throws Warning: Expected server HTML to contain a matching

in
. It seems to be also adding an element outside of the component that it was originally included in. For example, I included it in a component with class . An empty component called is created outside of this.

<App> == $r <div className="text-center"> <svg style={width: 480, height: 400} id="undefined-svg" /> </div> </App>

Target container is not a DOM element

I insstalled sunburst but when I use it on the page I get the following error:
invariant.js:42 Uncaught Error: _registerComponent(...): Target container is not a DOM element. at invariant (invariant.js:42) at Object._renderNewRootComponent (ReactMount.js:308) at Object._renderSubtreeIntoContainer (ReactMount.js:399) at Object.render (ReactMount.js:420) at Object../node_modules/react-sunburst-d3-v4/lib/index.js (index.js:222) at __webpack_require__ (bootstrap:709) at fn (bootstrap:94) at Object../src/app/index.js (index.js:10) at __webpack_require__ (bootstrap:709) at fn (bootstrap:94)``

How to customize it?

When i am trying to access the Sunburst file (added in your example folder), it is showing error "TypeError: fs.readdirSync is not a function".
Any help would be really helpful..
Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.