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
f8896eb031
commit
42873890d2
1 changed files with 1 additions and 1 deletions
|
|
@ -695,7 +695,7 @@ export async function renderStats($app) {
|
||||||
|
|
||||||
const datasets = stores.map((s) => {
|
const datasets = stores.map((s) => {
|
||||||
const c = storeColor(s); // store key
|
const c = storeColor(s); // store key
|
||||||
|
console.log();
|
||||||
return {
|
return {
|
||||||
label: displayStoreName(s),
|
label: displayStoreName(s),
|
||||||
data: Array.isArray(seriesByStore[s]) ? seriesByStore[s] : labels.map(() => null),
|
data: Array.isArray(seriesByStore[s]) ? seriesByStore[s] : labels.map(() => null),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue