mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +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,
|
||||
pointBorderColor: c,
|
||||
borderWidth: datasetStrokeWidth(c),
|
||||
pointRadius: datasetPointRadius(c),
|
||||
};
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -707,7 +707,6 @@ export async function renderStats($app) {
|
|||
pointBackgroundColor: c,
|
||||
pointBorderColor: c,
|
||||
borderWidth: datasetStrokeWidth(c),
|
||||
pointRadius: datasetPointRadius(c),
|
||||
};
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue