Add ohlc_bar, depth_chart visualization functions and web console features#425
Draft
Add ohlc_bar, depth_chart visualization functions and web console features#425
Conversation
…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.
|
🚀 Build success! Latest successful preview: https://preview-425--questdb-documentation.netlify.app/docs/ Commit SHA: bbf9bbc
|
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ohlc_bar/ohlc_bar_labels(OHLC candlestick rendering with aggregate and scalar variants) anddepth_chart/depth_chart_labels(market depth profiles from bid/ask arrays)fx_trades,market_data, andtradesdemo tables with$today/$yesterdayTICK syntaxDependencies