mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
chore: fixing documentation pages
This commit is contained in:
parent
c70ec3553d
commit
dfdad63476
2 changed files with 1 additions and 2 deletions
|
|
@ -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' }
|
||||
|
||||
]},
|
||||
|
|
|
|||
|
|
@ -35,4 +35,4 @@ CHART {
|
|||
SELECT * FROM data
|
||||
```
|
||||
|
||||
[radar chart](radar.md)
|
||||

|
||||
Loading…
Reference in a new issue