Recipes

How to solve a specific problem with Apex components: the decision behind the approach, the code, and what breaks first.

Drill down from a chart into a grid

Click a chart bar and filter a data grid to it: the dataPointSelection payload, mapping an index to a value, and the re-render ordering that breaks first.

  • Charts
  • Grid

Stream live market data into a stock chart

Append ticks to a live candlestick chart without rebuilding it: the forming-bar flag, the rolling window, which indicators stream, and the teardown that leaks.

  • Stock
  • Charts