-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: plouc/nivo
base: v0.79.1
head repository: plouc/nivo
compare: v0.80.0
Commits on Jan 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2763c4a - Browse repository at this point
Copy the full SHA 2763c4aView commit details
Commits on Feb 18, 2022
-
fix: remove required for labelYOffset in DotsItem
Currently this is causing error when `labelYOffset` is not provided. But since `labelYOffset` has a default value of `-12`, we should remove `required`.
Configuration menu - View commit details
-
Copy full SHA for d4daf2c - Browse repository at this point
Copy the full SHA d4daf2cView commit details -
fix(axes): Avoid duplicate key error with time scales at millisecond …
…precision (#1756) * Use timestamp as key for grid lines and axis ticks to support millisecond scales * Explicitly use valueOf() as axis tick / grid line element keys for time scales * Convert key values always to string and update test snapshot accordingly * Add time scale with milliseconds precision story to storybook
protyze authoredFeb 18, 2022 Configuration menu - View commit details
-
Copy full SHA for b372ec9 - Browse repository at this point
Copy the full SHA b372ec9View commit details
Commits on Mar 14, 2022
-
fix(xss): Fixed XSS security bug (#1929)
* Fixed XSS bug set Content-Type response header as text/plain rather than default text/html * Update index.ts
Configuration menu - View commit details
-
Copy full SHA for f83ad7b - Browse repository at this point
Copy the full SHA f83ad7bView commit details
Commits on May 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 17e3376 - Browse repository at this point
Copy the full SHA 17e3376View commit details -
chore(deps): bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for b52fbbf - Browse repository at this point
Copy the full SHA b52fbbfView commit details -
chore(deps): bump moment from 2.29.1 to 2.29.2
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 165d8a8 - Browse repository at this point
Copy the full SHA 165d8a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45c31e9 - Browse repository at this point
Copy the full SHA 45c31e9View commit details -
feat(canvas): add custom ref to ScatterPlotCanvas and NetworkCanvas (#…
…1953) * Add forwardRef to ScatterPlotCanvas * Add story * Adding support for NetworkCanvas * Aligned function names * Formatting * Type fixes
Configuration menu - View commit details
-
Copy full SHA for b021074 - Browse repository at this point
Copy the full SHA b021074View commit details -
fix(bar): allow BarCanvas axis to be nullable (#1980)
Types do not currently allow `axisBottom`, `axisLeft`, `axisRight`, or `axisTop` to be set to `null`, however this is required to disable axis and is found in the nivo documentation.
Configuration menu - View commit details
-
Copy full SHA for d15406e - Browse repository at this point
Copy the full SHA d15406eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d8aaaf - Browse repository at this point
Copy the full SHA 2d8aaafView commit details -
chore(deps): bump nanoid from 3.1.30 to 3.3.4
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.4. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.1.30...3.3.4) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for eebfb94 - Browse repository at this point
Copy the full SHA eebfb94View commit details -
feat(react-18): upgrade react-spring to 9.4.5 (#1993)
This is a step towards upgrading nivo to support React 18, since this is the first version of react-spring that supports React 18. Co-authored-by: Cameron Martin <cameronm@graphcore.ai>
Configuration menu - View commit details
-
Copy full SHA for 1b539a4 - Browse repository at this point
Copy the full SHA 1b539a4View commit details -
feat(radial-bar): implement defs/fill, modeled after Bar implementati…
…on (#1957) * working checkpoint of hard coded defs for a patterned render of a radial arc * instead bind the fill to root datum * remove disabled props for fill on datum.data * convert hard code to story * remove diagnostics * run make fmt
Configuration menu - View commit details
-
Copy full SHA for c40006f - Browse repository at this point
Copy the full SHA c40006fView commit details -
feat(radar): add support for global rotation to the radar chart (#1985)
* implementing global rotatation in radar * rename prop from 'angle' to 'rotation' + test for global rotation * reformat rotation test * format of a file in package 'line' (required for all-package lint CI)
Configuration menu - View commit details
-
Copy full SHA for d57345a - Browse repository at this point
Copy the full SHA d57345aView commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c11fb3b - Browse repository at this point
Copy the full SHA c11fb3bView commit details
Commits on May 17, 2022
-
fix(scales): fix a TypeScript bug when creating log scales (#2001)
* return a log scale object with 'type' field (helps ts to understand return value is a Scale) * adjusted types for scale objects in @nivo/bar, @nivo/scatterplot, @nivo/marimekko, and @nivo/stream * fine-tuning on @nivo/bar imports and types
Configuration menu - View commit details
-
Copy full SHA for 43af675 - Browse repository at this point
Copy the full SHA 43af675View commit details
Commits on Jun 17, 2022
-
chore(deps): bump jpeg-js from 0.4.3 to 0.4.4
Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/eugeneware/jpeg-js/releases) - [Commits](jpeg-js/jpeg-js@v0.4.3...v0.4.4) --- updated-dependencies: - dependency-name: jpeg-js dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 8631295 - Browse repository at this point
Copy the full SHA 8631295View commit details -
chore(deps): bump devcert from 1.2.0 to 1.2.1
Bumps [devcert](https://github.com/davewasmer/devcert) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/davewasmer/devcert/releases) - [Changelog](https://github.com/davewasmer/devcert/blob/master/CHANGELOG.md) - [Commits](davewasmer/devcert@v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: devcert dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for b78c3d1 - Browse repository at this point
Copy the full SHA b78c3d1View commit details -
fix(sankey): include link's index in the React Component key when cre…
…ating the SVG element (#2037) * Include link's index in the react's key prop This is to support custom color gradients for multiple links between the same two nodes. Also prevents the duplicate child key error when 2+ links attach to the same two nodes. * Include Sankey link's index in the gradient id Support custom color gradients for multiple links between the same two nodes.
Configuration menu - View commit details
-
Copy full SHA for 5985ab4 - Browse repository at this point
Copy the full SHA 5985ab4View commit details -
fix(tooltip): fix positioning when charts are rendered inside an scal…
…ed div (#2034) * Fix tooltip positioning when charts are rendered inside an scaled div In a normal situation mouse enter / mouse leave events capture the position ok. But when the chart is inside a scaled element with a CSS transform like: `transform: scale(2);` tooltip are not positioned ok. Comparing original width `box.width` agains scaled width give us the scaling factor to calculate ok mouse position. * Fix tooltip positioning on line slice tooltips When a Nivo chart is inside an scaled div with something like `transform: scale(2)` for example tooltips inside slides are not positoned correctly. Taking into accoun `offsetWidth` fix the issue
Configuration menu - View commit details
-
Copy full SHA for a1a529c - Browse repository at this point
Copy the full SHA a1a529cView commit details
Commits on Jul 8, 2022
-
feat(deps): upgrade package constraints to include React 18 (#2056)
This upgrades the package constraints, but does not update the version used for development in the repo (see #1964 (comment)). Co-authored-by: Cameron Martin <cameronm@graphcore.ai>
Configuration menu - View commit details
-
Copy full SHA for 9df8a0a - Browse repository at this point
Copy the full SHA 9df8a0aView commit details -
chore(deps): bump parse-url from 6.0.0 to 6.0.2
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. - [Release notes](https://github.com/IonicaBizau/parse-url/releases) - [Commits](https://github.com/IonicaBizau/parse-url/commits) --- updated-dependencies: - dependency-name: parse-url dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for f1a0f11 - Browse repository at this point
Copy the full SHA f1a0f11View commit details
Commits on Sep 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9634f31 - Browse repository at this point
Copy the full SHA 9634f31View commit details -
chore(deps): bump moment from 2.29.2 to 2.29.4
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2b0037c - Browse repository at this point
Copy the full SHA 2b0037cView commit details -
chore(deps): bump terser from 4.8.0 to 4.8.1
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 9bc03db - Browse repository at this point
Copy the full SHA 9bc03dbView commit details -
feat(choropleth): add support for defs and fill to the choropleth (#2072
Configuration menu - View commit details
-
Copy full SHA for e18733e - Browse repository at this point
Copy the full SHA e18733eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a81d5 - Browse repository at this point
Copy the full SHA 95a81d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb6cc9f - Browse repository at this point
Copy the full SHA fb6cc9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for df352b8 - Browse repository at this point
Copy the full SHA df352b8View commit details
There are no files selected for viewing