mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 07:39:39 +02:00
Sankey Diagram (#2269)
* Enhance cash flow dashboard with new cash flow period handling and improved Sankey diagram rendering. Update D3 and related dependencies for better performance and features. * Fix Rubocop offenses * Refactor Sankey chart controller to use Number.parseFloat for value formatting and improve code readability by restructuring conditional logic for node shapes.
This commit is contained in:
parent
caf35701ef
commit
868d4ede6e
44 changed files with 451 additions and 20 deletions
3
app/javascript/shims/d3-array-default.js
vendored
Normal file
3
app/javascript/shims/d3-array-default.js
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
import * as d3Array from "d3-array-src";
|
||||
export * from "d3-array-src";
|
||||
export default d3Array;
|
3
app/javascript/shims/d3-shape-default.js
vendored
Normal file
3
app/javascript/shims/d3-shape-default.js
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
import * as d3Shape from "d3-shape-src";
|
||||
export * from "d3-shape-src";
|
||||
export default d3Shape;
|
Loading…
Add table
Add a link
Reference in a new issue