Skip to content

Commit dbeb06e

Browse files
authored
Merge pull request #694 from anyongjin/main
docs update
2 parents 8ce0d01 + 8db24bd commit dbeb06e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/@views/api/references/chart/registerIndicator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
activeColor?: string
5252
backgroundColor?: string
5353
activeBackgroundColor?: string
54-
type?: 'path' | 'iconFont'
54+
type?: 'path' | 'icon_font'
5555
path?: {
5656
style?: 'stroke' | 'fill'
5757
path?: string

docs/@views/api/references/instance/createIndicator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
activeColor?: string
5353
backgroundColor?: string
5454
activeBackgroundColor?: string
55-
type?: 'path' | 'iconFont'
55+
type?: 'path' | 'icon_font'
5656
path?: {
5757
style?: 'stroke' | 'fill'
5858
path?: string

docs/@views/api/references/instance/overrideIndicator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
activeColor?: string
5454
backgroundColor?: string
5555
activeBackgroundColor?: string
56-
type?: 'path' | 'iconFont'
56+
type?: 'path' | 'icon_font'
5757
path?: {
5858
style?: 'stroke' | 'fill'
5959
path?: string

docs/@views/styles/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const styles = {
172172
// activeColor: '#76808F',
173173
// backgroundColor: 'rgba(33, 150, 243, 0.2)',
174174
// activeBackgroundColor: 'rgba(33, 150, 243, 0.4)',
175-
// type: 'path', // 'path', 'iconFont'
175+
// type: 'path', // 'path', 'icon_font'
176176
// path: {
177177
// style: 'stroke', // 'stroke', 'fill'
178178
// path: 'M6.81029,6.02908L11.7878,1.02746C12.0193,0.79483,12.0193,0.445881,11.7878,0.213247C11.5563,-0.019386,11.209,-0.019386,10.9775,0.213247L6,5.21486L1.02251,0.174475C0.790997,-0.0581583,0.44373,-0.0581583,0.212219,0.174475C-0.0192925,0.407108,-0.0192925,0.756058,0.212219,0.988691L5.18971,6.02908L0.173633,11.0307C-0.0578778,11.2633,-0.0578778,11.6123,0.173633,11.8449C0.289389,11.9612,0.44373,12,0.598071,12C0.752411,12,0.906752,11.9612,1.02251,11.8449L6,6.8433L10.9775,11.8449C11.0932,11.9612,11.2476,12,11.4019,12C11.5563,12,11.7106,11.9612,11.8264,11.8449C12.0579,11.6123,12.0579,11.2633,11.8264,11.0307L6.81029,6.02908Z',
@@ -310,7 +310,7 @@ const styles = {
310310
// activeColor: '#76808F',
311311
// backgroundColor: 'rgba(33, 150, 243, 0.2)',
312312
// activeBackgroundColor: 'rgba(33, 150, 243, 0.4)',
313-
// type: 'path', // 'path', 'iconFont'
313+
// type: 'path', // 'path', 'icon_font'
314314
// path: {
315315
// style: 'stroke', // 'stroke', 'fill'
316316
// path: 'M6.81029,6.02908L11.7878,1.02746C12.0193,0.79483,12.0193,0.445881,11.7878,0.213247C11.5563,-0.019386,11.209,-0.019386,10.9775,0.213247L6,5.21486L1.02251,0.174475C0.790997,-0.0581583,0.44373,-0.0581583,0.212219,0.174475C-0.0192925,0.407108,-0.0192925,0.756058,0.212219,0.988691L5.18971,6.02908L0.173633,11.0307C-0.0578778,11.2633,-0.0578778,11.6123,0.173633,11.8449C0.289389,11.9612,0.44373,12,0.598071,12C0.752411,12,0.906752,11.9612,1.02251,11.8449L6,6.8433L10.9775,11.8449C11.0932,11.9612,11.2476,12,11.4019,12C11.5563,12,11.7106,11.9612,11.8264,11.8449C12.0579,11.6123,12.0579,11.2633,11.8264,11.0307L6.81029,6.02908Z',

0 commit comments

Comments
 (0)