refactor: restore SatisfiesExpression

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-04-01 14:04:48 +09:00
parent 5667f0f839
commit f246699f38
7 changed files with 9 additions and 11 deletions

View File

@@ -77,7 +77,7 @@ async function renderChart() {
barPercentage: 0.7,
categoryPercentage: 0.7,
fill: true,
}, extra);
} satisfies ChartDataset, extra);
}
chartInstance = new Chart(chartEl, {