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:
@ -64,7 +64,7 @@
|
|||||||
datasets: datasets},
|
datasets: datasets},
|
||||||
|
|
||||||
// Configuration options go here
|
// Configuration options go here
|
||||||
options: {}
|
options: {scales: {xAxes: [{stacked:true}], yAxes: [{stacked:true}]}}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
getReport(group, result_fn);
|
getReport(group, result_fn);
|
||||||
|
Reference in New Issue
Block a user