Coder Social home page Coder Social logo

funnel-react's Introduction

Hi, I'm Xavier Gonzalez, a Developer ๐Ÿš€ from Venezuelan.

Github Linkedin Instagram Gmail Outlook

ย 

Talking about Personal Stuffs:

Github

  • ๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป Iโ€™m currently working on Culqi;
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on Culqi-ui ๐Ÿค;
  • ๐Ÿ’ฌ Ask me about anything, I am happy to help;
  • โšก๏ธ Gamer of Fps => Call of Duty;

Languages and Tools:

Xavivzla github stats






HitCount visitors



The projects I am currently working on:

ReadMe Card

ReadMe Card

ReadMe Card

funnel-react's People

Contributors

dependabot[bot] avatar xavivzla avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

funnel-react's Issues

TypeError: Object(...) is not a function

I'm getting this issue when I use the funnel component in React.js.
The highlighted code in the debugger is

var funnelRef = Object(react__WEBPACK_IMPORTED_MODULE_0__["useRef"])(null);

I installed your package using npm install --save funnel-react

The React Component is -

<Funnel
          labelKey="label"
          height={252}
          width={800}
          colors={{
            graph: ["#1890FF", "#BAE7FF"], // array or string : 'red' || '#666'
            percent: "red",
            label: "yellow",
            value: "orange"
          }}
          valueKey="quantity"
          displayPercent={true}
          data={data}
        />

The data const is -

data: [
        {
          label: "First",
          quantity: 135
        },
        {
          label: "Second",
          quantity: 100
        },
        {
          label: "Third",
          quantity: 90
        },
        {
          label: "Fourth",
          quantity: 80
        }
      ]

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.