Properties
Common properties
Widget properties
Events
When to use Super Chart
- Stock detail and research pages where technical analysis is the primary task
- Trading dashboards that need indicators, drawings, volume, and session context
- Symbol workspaces where chart changes should coordinate with quotes or news
- Educational or editorial pages that require an interactive historical-price view
Core experience
Super Chart should provide a clear symbol and exchange identity, visible interval state, readable OHLC values, volume context, and consistent positive or negative price colors. Technical studies and drawing tools should remain discoverable without overwhelming the chart canvas. If extended-hours data is available, distinguish it visually from the regular session and label the applicable market session and timestamp.Data and market states
Support explicit loading, delayed-data, market-closed, empty-series, entitlement, reconnecting, and error states. During a reconnect, preserve the last valid chart when possible and show that the data may be stale. Never display pre-market or post-market values as regular-session prices. Every delayed or non-regular session value should include a visible label and timestamp.Responsive behavior
Use a minimum container height of approximately480px for basic analysis and more space for full trading workspaces. On narrow screens, collapse secondary controls into menus, preserve symbol and interval controls, and keep the plot area interactive.
Avoid horizontal page scrolling. Tool menus and drawing controls should remain reachable by touch and keyboard.
Accessibility
- Give the iframe a descriptive title that includes “AInvest Super Chart.”
- Provide keyboard access to symbols, intervals, studies, and drawing controls.
- Do not communicate price direction using color alone.
- Maintain sufficient contrast for grid lines, candles, labels, and focus states.
- Provide readable text alternatives for key price and session values.
Best practices
- Place Super Chart in the primary content column rather than a narrow sidebar.
- Reserve container height before loading to prevent layout shift.
- Keep the active symbol synchronized with surrounding page context.
- Avoid preloading an excessive number of studies on first render.
- Test market-open, market-closed, delayed-data, and invalid-symbol scenarios.
Related widgets
- Quick Quote adds compact quote and session context for the active symbol.
- News Wire shows headlines related to the security being analyzed.