mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Make the metrics chart a stacked bar graph
This commit is contained in:
parent
1f1f070351
commit
3debe41915
@ -64,7 +64,7 @@
|
||||
datasets: datasets},
|
||||
|
||||
// Configuration options go here
|
||||
options: {}
|
||||
options: {scales: {xAxes: [{stacked:true}], yAxes: [{stacked:true}]}}
|
||||
});
|
||||
};
|
||||
getReport(group, result_fn);
|
||||
|
Loading…
Reference in New Issue
Block a user