mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +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 d3Shape from "d3-shape-src";
|
|
export * from "d3-shape-src";
|
|
export default d3Shape;
|