Hack Chartjs type

This commit is contained in:
Austin Chen 2021-12-07 15:04:18 -08:00
parent 1b3abda951
commit e3c97148e2

View File

@ -299,7 +299,7 @@ export default function Simulator() {
Probability of
<div className="badge badge-success text-2xl h-8 w-18">YES</div>
</h1>
<Line data={chartData} height={200} />
<Line data={chartData as any} height={200} />
</div>
</div>
</div>