1
- Object type refer to [ ShapeAttrs ] ( /en/docs/api/graphic-style )
1
+ > Only line plot, area plot and dual-axes plot are supported.
2
2
3
3
| Properties | Type | Description |
4
4
| --------------- | -------------- | --------------------------------------- |
5
5
| start | _ number_ | Default starting position |
6
6
| end | _ number_ | Default ending position |
7
7
| height | _ number_ | Slider height |
8
8
| trendCfg | _ TrendCfg_ | Configuration of background trends |
9
- | backgroundStyle | _ object_ | Background style |
10
- | foregroundStyle | _ object_ | Foreground style |
9
+ | backgroundStyle | _ object_ | Background style, reference [ Graphic Style ] ( /en/docs/api/graphic-style ) |
10
+ | foregroundStyle | _ object_ | Foreground style, reference [ Graphic Style ] ( /en/docs/api/graphic-style ) |
11
11
| handlerStyle | _ HandlerStyle_ | Handler configuration |
12
- | textStyle | _ object_ | Text style |
12
+ | textStyle | _ object_ | Text style, reference [ Graphic Style ] ( /en/docs/api/graphic-style ) |
13
13
| minLimit | _ number_ | Lower limit of sliding position allowed |
14
14
| maxLimit | _ number_ | Upper limit of sliding position allowed |
15
15
| formatter | _ Function_ | Slider text formatting function |
@@ -21,9 +21,9 @@ Types of __*TrendCfg*__ are as follow:
21
21
| data | _ number[ ] _ | Trend data |
22
22
| smooth | _ boolean_ | Whether smooth |
23
23
| isArea | _ boolean_ | Whether area |
24
- | backgroundStyle | _ object_ | Background style configuration |
25
- | lineStyle | _ object_ | Line style configuration |
26
- | areaStyle | _ object_ | Area style configuration |
24
+ | backgroundStyle | _ object_ | Background style configuration, reference [ Graphic Style ] ( /en/docs/api/graphic-style ) |
25
+ | lineStyle | _ object_ | Line style configuration, reference [ Graphic Style ] ( /en/docs/api/graphic-style ) |
26
+ | areaStyle | _ object_ | Area style configuration, reference [ Graphic Style ] ( /en/docs/api/graphic-style ) |
27
27
28
28
Types of __ * HandlerStyle* __ are as follow:
29
29
0 commit comments