react-d3-cloud icon indicating copy to clipboard operation
react-d3-cloud copied to clipboard

A word cloud react component built with d3-cloud.

Results 17 react-d3-cloud issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Is there any way to prevent this warning? `Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true. See: https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-will-read-frequently` Thanks!

Bumps [set-value](https://github.com/jonschlinkert/set-value) and [union-value](https://github.com/jonschlinkert/union-value). These dependencies needed to be updated together. Updates `set-value` from 0.4.3 to 2.0.1 Commits bb0f038 2.0.1 cb12f14 ensure only valid keys are used ede8cbe 2.0.0 197399e...

dependencies

Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. Commits 496166d 3.1.1 6eb82c0 Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...

dependencies

Getting this error message: ``` # npm audit report d3-color =0.5.0 Depends on vulnerable versions of d3-scale Depends on vulnerable versions of d3-scale-chromatic node_modules/react-d3-cloud d3-scale-chromatic 0.1.0 - 2.0.0 Depends on...

This PR adds timeInterval prop, which is passed through to d3-cloud it allows to limit the amount of time d3-cloud spends on layout of a single item.

This PR adds new prop `wordClassNames`, which allows to define custom class name(s) for each word separately. I believe this can greatly improve the ability to customize word presentation at...