mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-04-27 15:07:43 +00:00
UX Improvements
This commit is contained in:
parent
94c8d6571d
commit
47e02fe475
2 changed files with 0 additions and 2 deletions
|
|
@ -680,7 +680,6 @@ export async function renderItem($app, skuInput) {
|
||||||
pointBackgroundColor: c,
|
pointBackgroundColor: c,
|
||||||
pointBorderColor: c,
|
pointBorderColor: c,
|
||||||
borderWidth: datasetStrokeWidth(c),
|
borderWidth: datasetStrokeWidth(c),
|
||||||
pointRadius: datasetPointRadius(c),
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -707,7 +707,6 @@ export async function renderStats($app) {
|
||||||
pointBackgroundColor: c,
|
pointBackgroundColor: c,
|
||||||
pointBorderColor: c,
|
pointBorderColor: c,
|
||||||
borderWidth: datasetStrokeWidth(c),
|
borderWidth: datasetStrokeWidth(c),
|
||||||
pointRadius: datasetPointRadius(c),
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue