mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 01:20:00 -07:00
readme: update
This commit is contained in:
@@ -157,17 +157,6 @@ export function applySeriesList<Scale extends ResourceScale>({
|
||||
|
||||
const whitespace = setWhitespace(chart, scale);
|
||||
|
||||
// return [
|
||||
// {
|
||||
// scale,
|
||||
// div,
|
||||
// chart,
|
||||
// whitespace,
|
||||
// legendList: [],
|
||||
// debouncedSetMinMaxMarkers: () => {},
|
||||
// },
|
||||
// ];
|
||||
|
||||
const chartLegend: SeriesLegend[] = [];
|
||||
|
||||
const debouncedSetMinMaxMarkers = debounce(() => {
|
||||
@@ -177,7 +166,7 @@ export function applySeriesList<Scale extends ResourceScale>({
|
||||
legendList: chartLegend,
|
||||
activeRange,
|
||||
});
|
||||
}, 20);
|
||||
}, 50);
|
||||
|
||||
if (index === 0) {
|
||||
const dataset =
|
||||
|
||||
Reference in New Issue
Block a user