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 14e90c1 commit 1dcbfeaCopy full SHA for 1dcbfea
pages/tools/gachacalc.tsx
@@ -221,7 +221,7 @@ export default function GachaCalc({ location }: { location: string }) {
221
<div className="w-full bg-slate-800 rounded-xl p-1 my-2 md:my-0 text-white col-start-2">
222
<Line data={({
223
labels: calculated.map((_, i) => i + pity),
224
- datasets: consts.filter(i => i >= 0).map((i, x) => ({
+ datasets: consts.filter(i => i > banner.minConst).map((i, x) => ({
225
label: getName(i, banner),
226
backgroundColor: getColor(i, 1),
227
borderColor: getColor(i, 1),
0 commit comments