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
e750fcc76e
commit
24f4b7239c
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import { parsePriceToNumber, keySkuForRow, displaySku } from "./sku.js";
|
|||
import { loadIndex } from "./state.js";
|
||||
import { inferGithubOwnerRepo, githubListCommits, githubFetchFileAtSha, fetchJson } from "./api.js";
|
||||
import { loadSkuRules } from "./mapping.js";
|
||||
import { buildStoreColorMap, storeColor, datasetStrokeWidth, datasetPointRadius } from "./storeColors.js";
|
||||
import { buildStoreColorMap, storeColor, datasetStrokeWidth, lighten } from "./storeColors.js";
|
||||
|
||||
/* ---------------- Chart lifecycle ---------------- */
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
githubFetchFileAtSha,
|
||||
githubListCommits,
|
||||
} from "./api.js";
|
||||
import { buildStoreColorMap, storeColor, datasetStrokeWidth, datasetPointRadius } from "./storeColors.js";
|
||||
import { buildStoreColorMap, storeColor, datasetStrokeWidth, lighten } from "./storeColors.js";
|
||||
|
||||
let _chart = null;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue