readme: update

This commit is contained in:
k
2024-07-06 09:08:11 +02:00
parent 04decabc46
commit abb4def848
3 changed files with 46 additions and 31 deletions

View File

@@ -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 =