Enhanced Data

Immersive data visualization experiments powered by Three.js + Svelte + SvelteKit

Open Interface

Helix

Inspired by the concept of a time spiral, OHLC data is mapped onto a helix with an adjustable pitch. Going beyond 2D candlestick charts, the 3rd dimension is used to encode trading volume in candle thickness.

Open Experiment

Table

Combines a market screener and a portfolio tracker in a simple, unified design. The data distribution of the sorted column is visualized to provide an extended context for the current position in the dataset.

Open Experiment

Cube

Identifies clusters in fast streaming data using a density-based spatial clustering algorithm. Regression planes visualize how each of the 3 dimensions is predicted by the other 2 dimensions.

Open Experiment

Grid

Fits as much data on a screen as possible, while allowing in-depth control of data density to ensure legibility. Pagination is used only when absolutely necessary.

Open Experiment

Graph

Computes correlation networks based on fast streaming data. To encourage thinking in terms of ranges rather than point estimates, the edges visualise the lower and upper bounds of the confidence interval for each correlation. Nodes and edges are clickable for more information.

Open Experiment

Matrix

Computes correlation coefficients and confidence intervals and clusters them hierarchically. For high-performance analysis of large datasets, adjustable 2D windowing is used to compute correlations for visible variables only (if clustering is disabled) and to render only those to the DOM (regardless of clustering).

Open Experiment