We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc3fb4 commit 39b45bcCopy full SHA for 39b45bc
web_src/js/components/RepoContributors.vue
@@ -215,7 +215,7 @@ export default {
215
};
216
},
217
218
- updateOtherCharts({chart}: {chart: Chart}, reset?: boolean) {
+ updateOtherCharts({chart}: {chart: Chart}, reset?: boolean = false) {
219
const minVal = chart.options.scales.x.min;
220
const maxVal = chart.options.scales.x.max;
221
if (reset) {
0 commit comments