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
42873890d2
commit
a43452b051
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();
|
console.log(c);
|
||||||
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