finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
7.72k stars 1.05k forks source link

Fix Candlestick & OHLC charts #2562

Closed texodus closed 3 months ago

texodus commented 3 months ago

Fixes regression (in #2432) which causes Candlestick and OHLC charts to now work.

This was a dumb break, a refactor guided by the type checker which made all the red go away in the IDE, but which obviously broke the logic in question. Tests > Types.