digitalutsc / data_viz

Dragomans module powering diagrams
0 stars 1 forks source link

Aggregation fix #3

Open ExuApplePie opened 1 month ago

ExuApplePie commented 1 month ago

Updated d3-dag to the latest library version, which came with significant overhaul and many breaking changes. This was done to address the errors being thrown when aggregation was enabled (digitalutsc/data_viz#1). This also comes with update to the code to remove hard coded values to enable custom displays for certain diagrams, but rather allow these values to be set by the data file being uploaded. Also comes with a readme and a composer file.