Commit Graph

1 Commits

Author SHA1 Message Date
mindesbunister
c1a7a28cd8 Implement working canvas-based trading chart
- Created SimpleTradingChart component using HTML5 Canvas
- Renders proper candlestick chart with sample SOL/USDC data
- Includes grid lines, price labels, and proper styling
- Replaced problematic lightweight-charts with working solution
- Updated trading page to use the new working chart component

Fixes chart loading issues by using native HTML5 Canvas instead of external library dependencies.
2025-07-16 13:06:58 +02:00