Skip to content

Commit aa84fd3

Browse files
committed
docs: update
1 parent dbeb06e commit aa84fd3

File tree

131 files changed

+330
-167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+330
-167
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v21
1+
v24

docs/@components/ChartPreview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ onMounted(() => {
181181
[t.stringLiteral(props.chartId)]
182182
)
183183
)
184-
path.insertBefore(postMessageFun);
184+
path.insertBefore(postMessageFun)
185185
}
186186
}
187187
})

docs/@components/Loading.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="loading">
3-
<div class="loader"></div>
3+
<div class="loader"/>
44
</div>
55
</template>
66

@@ -17,6 +17,7 @@
1717
width: 100%;
1818
height: 100%;
1919
z-index: 10;
20+
background-color: var(--vp-code-block-bg);
2021
}
2122
2223
.loader {

docs/@views/api/samples/convertFromPixel/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ import { data } from './index.data'
66
<template>
77
<ChartPreview
88
chartId="convertFromPixel-chart"
9+
title="convertFromPixel"
910
:code="data.js"/>
1011
</template>

docs/@views/api/samples/convertToPixel/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { data } from './index.data'
55

66
<template>
77
<ChartPreview
8+
title="convertToPixel"
89
chartId="convertToPixel-chart"
910
:code="data.js"/>
1011
</template>

docs/@views/api/samples/createIndicator-basic/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { data } from './index.data'
55

66
<template>
77
<ChartPreview
8+
title="createIndicator-basic"
89
chartId="createIndicator-basic-chart"
910
:code="data.js"/>
1011
</template>

docs/@views/api/samples/createIndicator-object/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { data } from './index.data'
55

66
<template>
77
<ChartPreview
8+
title="createIndicator-object"
89
chartId="createIndicator-object-chart"
910
:code="data.js"/>
1011
</template>

docs/@views/api/samples/createIndicator-paneOptions-axis/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { data } from './index.data'
55

66
<template>
77
<ChartPreview
8+
title="createIndicator-paneOptions-axis"
89
chartId="createIndicator-paneOptions-axis-chart"
910
:code="data.js"/>
1011
</template>

docs/@views/api/samples/createIndicator-paneOptions-basic/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { data } from './index.data'
55

66
<template>
77
<ChartPreview
8+
title="createIndicator-paneOptions-basic"
89
chartId="createIndicator-paneOptions-basic-chart"
910
:code="data.js"/>
1011
</template>

docs/@views/api/samples/createIndicator-stack/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { data } from './index.data'
55

66
<template>
77
<ChartPreview
8+
title="createIndicator-stack"
89
chartId="createIndicator-stack-chart"
910
:code="data.js"/>
1011
</template>

0 commit comments

Comments
 (0)