Skip to content

Commit

Permalink
Merge pull request #955 from oslokommune/chart-lib
Browse files Browse the repository at this point in the history
Replace D3.js with a more high level charting library
  • Loading branch information
petterhj authored Jan 15, 2024
2 parents c275ccf + 18d2fca commit ef826b9
Show file tree
Hide file tree
Showing 16 changed files with 654 additions and 1,475 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ All notable changes to this project will be documented in this file. The format
- Drag and drop ordering of measurements and key results are now triggered by
using a specific handle (the "drag icon"). This prevents accidental dragging,
especially on mobile devices.
- Replaced D3.js with a more high-level charting and visualization library.
This change is aimed at improving future maintainability, streamlining chart
creation, and enhancing the overall visualization experience.

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ module.exports = {
},
testRegex: '(/__tests__/.*|(\\.|/)(test))\\.(j|t)sx?$',
transformIgnorePatterns: [
'<rootDir>/node_modules/(?!(internmap|d3-array|d3-ease|d3-path|d3-time|d3-axis|d3-format|d3-scale|d3-time-format|d3-color|d3-hierarchy|d3-selection|d3-timer|d3-dispatch|d3-interpolate|d3-shape|d3-transition)/)',
'<rootDir>/node_modules/(?!(internmap|d3-array|d3-ease|d3-path|d3-time|d3-format|d3-scale|d3-time-format|d3-color|d3-hierarchy|d3-timer|d3-dispatch|d3-interpolate)/)',
],
};
Loading

0 comments on commit ef826b9

Please sign in to comment.