npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

d3-react-squared

v0.6.0

Published

Load basic or customized D3 charts in React.js.

Downloads

116

Readme

--> Demos, Examples, Playground, Docu

--> d3-react-squared-c3-loader

--> New live example

--> New blog post, based on live example

Notes

--> v0.3.0 and later require React 0.14!

c3

Documentation is still missing, sorry!

v0.3.6 and newer

Starting in 0.3.6, c3 charts are loaded using d3-react-squared-c3-loader

v0.2.7 through v0.3.5:

Please note that this is still 'beta'. So far, there is no docu on the docu page. --> please check out the c3example.js in the source (./examples).

d3-react-squared

npm version

Feedback, ideas, PRs, etc. very welcome!

Why yet another d3-react component?

There are already some great solutions out there, combining React and D3, e.g.:

A gist with some links here

Most of these articles/code aims to combine/add d3 into the lifecycle methods to generate charts that way. Have a look at them, great ideas there.

See docu page for some details about my approach. I don't want to bore you with details here - just contact us (contacts on docu page). I am very happy to discuss ideas/concepts!

Some keywords:

  • Use D3 charts 'directly', maybe very limited adjustments needed (just think examples!)
  • Provide viewboxes etc. to get responsive graphs
  • Make chart modular (a.k.a. reusable)
  • Provide a clean API to create and update charts (from ANY component!).
  • Parametrize charts
  • Be lightweight
  • Provide a way to share events between charts (and using a wrapper: any component!)
  • Provide access to a charts library (we currently offer c3js, as of v0.2.7)
  • Provide a limited set of examples in this repo and make it easy to the users to add their own custom charts

We believe that especially the last bullet is helpful to teams separate concerns and have maintainable solutions. Why? The chart generating code is in its own module and the interaction designer doesn't really have to care about React (maybe he should, but that's another story...).

Details?

See also here (click on DR2 in top right navigation!)

Documentation

--> See here (click on DR2 in top right navigation!)

The documentation is still somewhat basic. Definitely check out the examples in the repo!

But hey, writing docu is sooooo time consuming...

Stand-alone example

This repo now includes a stand-alone example. Simply:

npm install

and then

npm run dev

and it should be running on localhost:8080.

Requirements

As far as I know, you shouldn't need anything fancy.

We run it in a babel/webpack/react setup, plain vanilla, so to speak (plenty of setup guides out there), and it works.

Also: we have bootstrap, no other css/sass/... (actually: we love react-bootstrap) (Note: you could, if you wanted, to use SASS to style your graphs, must require the files where and when needed; you know how.).

Thanks

Huge thanks to all the people involved in providing awesome tools such as:

and many others...

Some screenshots

New Docu-Page

DocuPage

Playground (--> See here) to learn about parameters:

Playground