diff --git a/website/index.html b/website/index.html index 4c4878329..b649580b9 100644 --- a/website/index.html +++ b/website/index.html @@ -1547,7 +1547,12 @@ Bitcoin is hope - 🕊️ + diff --git a/website/packages/lightweight-charts/types.d.ts b/website/packages/lightweight-charts/types.d.ts index 4da1bc23b..02c5ab127 100644 --- a/website/packages/lightweight-charts/types.d.ts +++ b/website/packages/lightweight-charts/types.d.ts @@ -12,7 +12,7 @@ import { ISeriesApi, BaselineData, } from "./v4.2.0/types"; -import { Color, ValuedCandlestickData } from "../../scripts/types/self"; +import { Color, Valued, ValuedCandlestickData } from "../../scripts/types/self"; interface BaseSeriesBlueprint { title: string; @@ -28,7 +28,7 @@ interface CandlestickSeriesBlueprint extends BaseSeriesBlueprint { type: "Candlestick"; color?: Color; options?: DeepPartial; - data?: Accessor[]>; + data?: Accessor<(CandlestickData