mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 21:29:38 +02:00
* 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.
3 lines
No EOL
95 B
JavaScript
3 lines
No EOL
95 B
JavaScript
import * as d3Array from "d3-array-src";
|
|
export * from "d3-array-src";
|
|
export default d3Array;
|