chore: fixing documentation pages

This commit is contained in:
Kacper Kula 2025-06-04 16:21:29 +01:00
parent c70ec3553d
commit dfdad63476
2 changed files with 1 additions and 2 deletions

View file

@ -78,7 +78,6 @@ export default defineConfig({
{ text: 'Scatter Plot', link: '/charts/types/scatter-plot', docFooterText: 'Chart Types: Scatter Plot' },
{ text: 'Candlestick', link: '/charts/types/candlestick', docFooterText: 'Chart Types: Candlestick' },
{ text: 'Radar', link: '/charts/types/radar', docFooterText: 'Chart Types: Radar' },
{ text: 'Sunburst', link: '/charts/types/sunburst', docFooterText: 'Chart Types: Sunburst' },
{ text: 'Mixed Charts', link: '/charts/types/mixed-charts' }
]},

View file

@ -35,4 +35,4 @@ CHART {
SELECT * FROM data
```
[radar chart](radar.md)
![radar chart](radar.png)