Skip to content

Commit 137f513

Browse files
committed
feat: add realistic example charts (stock prices, sales, research)
1 parent b5cf436 commit 137f513

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

docs/example_bar.png

37.6 KB
Loading

docs/example_line.png

202 KB
Loading

docs/example_scatter.png

128 KB
Loading

docs/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -964,23 +964,23 @@ <h2>Try It Now</h2>
964964

965965
<!-- Supported Charts Examples -->
966966
<div class="examples-section">
967-
<h3 style="text-align: center; margin-bottom: 24px; color: var(--text-secondary);">✅ Supported Chart Types
967+
<h3 style="text-align: center; margin-bottom: 24px; color: var(--text-secondary);">📊 Real-World Examples
968968
Click to Download & Test</h3>
969969
<div class="examples-grid">
970-
<a href="example_line.png" download="line_chart_example.png" class="example-card">
971-
<img src="example_line.png" alt="Line chart example">
972-
<span>Line Chart</span>
973-
<div class="download-hint">📥 Click to download</div>
970+
<a href="example_line.png" download="tesla_stock_2024.png" class="example-card">
971+
<img src="example_line.png" alt="Stock price chart">
972+
<span>📈 Stock Prices</span>
973+
<div class="download-hint">Extract TSLA price history</div>
974974
</a>
975-
<a href="example_bar.png" download="bar_chart_example.png" class="example-card">
976-
<img src="example_bar.png" alt="Bar chart example">
977-
<span>Bar Chart</span>
978-
<div class="download-hint">📥 Click to download</div>
975+
<a href="example_bar.png" download="quarterly_sales.png" class="example-card">
976+
<img src="example_bar.png" alt="Sales bar chart">
977+
<span>💰 Sales Data</span>
978+
<div class="download-hint">Extract Q1-Q4 revenue</div>
979979
</a>
980-
<a href="example_scatter.png" download="scatter_plot_example.png" class="example-card">
981-
<img src="example_scatter.png" alt="Scatter plot example">
982-
<span>Scatter Plot</span>
983-
<div class="download-hint">📥 Click to download</div>
980+
<a href="example_scatter.png" download="research_data.png" class="example-card">
981+
<img src="example_scatter.png" alt="Research scatter plot">
982+
<span>🔬 Research Data</span>
983+
<div class="download-hint">Extract experiment results</div>
984984
</a>
985985
</div>
986986

0 commit comments

Comments
 (0)