Skip to content

Add ohlc_bar, depth_chart visualization functions and web console features#425

Draft
javier wants to merge 4 commits intomainfrom
jv/ohlc_bar
Draft

Add ohlc_bar, depth_chart visualization functions and web console features#425
javier wants to merge 4 commits intomainfrom
jv/ohlc_bar

Conversation

@javier
Copy link
Copy Markdown
Contributor

@javier javier commented Apr 29, 2026

Summary

  • Add documentation for ohlc_bar / ohlc_bar_labels (OHLC candlestick rendering with aggregate and scalar variants) and depth_chart / depth_chart_labels (market depth profiles from bid/ask arrays)
  • Restructure the visualization functions page: resolution caveat at top, all six functions as separate sections with sample output, web console section covering colorizing and rotation
  • All examples use fx_trades, market_data, and trades demo tables with $today/$yesterday TICK syntax

Dependencies

javier added 2 commits April 29, 2026 14:17
…tures

Restructure the visualization functions page to add ohlc_bar/ohlc_bar_labels
(OHLC candlestick rendering with aggregate and scalar variants) and
depth_chart/depth_chart_labels (market depth profiles from bid/ask arrays).

New page structure: resolution caveat at top, all six functions as separate
sections with sample output, web console section covering colorizing
(ohlc_bar, depth_chart) and rotation to vertical chart (bar, ohlc_bar).
Update SAMPLE BY intervals to 30m for richer OHLC output, add sample
output blocks for all queries, use fx_trades for bar inline example,
fix sparkline cross-symbol comparison with shared fixed scale, remove
stale dates, and clean up Unicode code point references.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 29, 2026

🚀 Build success!

Latest successful preview: https://preview-425--questdb-documentation.netlify.app/docs/

Commit SHA: bbf9bbc

📦 Build generates a preview & updates link on each commit.

javier added 2 commits April 30, 2026 09:50
Reorder each function: signature, params, return value, hero example,
visual encoding, then remaining examples. Add web console screenshots
using Screenshot component for colorizing and rotation. Remove dashes
from function signatures, fix LLM mannerisms, add inline samples to
function intros. Convert parameter tables to bullet points.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant