This function makes a D3 visualization of monetary risk with non-linear x and y intervals.
risk_matrix_summary_plot(
risk_data_matrix,
x_intervals = rep(20, 5),
y_intervals = rep(25, 4)
)
Long format matrix data.
An array of x spacing in percent (sum to 100)
An array of y spacing in percent (sum to 100)