Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions en/option/series/graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -699,3 +699,57 @@ Label position, options:
prefix = "####",
defaultShow = true
) }}

## thumbnail(Object)

Thumbnails that show the relationship between visible data and overall data.

### show(boolean) = false

<ExampleUIControlBoolean default="false" />

Whether to display thumbnails.

### height(number)

<ExampleUIControlNumber min="0" step="1" />

The height of the thumbnail

### width(number)

<ExampleUIControlNumber min="0" step="1" />

The width of the thumbnail

### left(number|string)

The distance of the thumbnail from the left side of the container.

### right(number|string)

The distance of the thumbnail from the right side of the container.

### top(number|string)

The distance of the thumbnail from the top side of the container.

### bottom(number|string)

The distance of the thumbnail from the bottom side of the container.

### borderColor(Object)

Thumbnail border color.

### backgroundColor(Object)

Thumbnail background color.

### overlayBackgroundColor(Object)

Overlay background color

### selectedDataBackground(Object)

select box style.
54 changes: 54 additions & 0 deletions en/option/series/tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,3 +472,57 @@ Defines the style of the tree edge.
prefix = ${prefix},
state = ${state}
) }}

## thumbnail(Object)

Thumbnails that show the relationship between visible data and overall data.

### show(boolean) = false

<ExampleUIControlBoolean default="false" />

Whether to display thumbnails.

### height(number)

<ExampleUIControlNumber min="0" step="1" />

The height of the thumbnail

### width(number)

<ExampleUIControlNumber min="0" step="1" />

The width of the thumbnail

### left(number|string)

The distance of the thumbnail from the left side of the container.

### right(number|string)

The distance of the thumbnail from the right side of the container.

### top(number|string)

The distance of the thumbnail from the top side of the container.

### bottom(number|string)

The distance of the thumbnail from the bottom side of the container.

### borderColor(Object)

Thumbnail border color.

### backgroundColor(Object)

Thumbnail background color.

### overlayBackgroundColor(Object)

Overlay background color

### selectedDataBackground(Object)

select box style.
53 changes: 53 additions & 0 deletions zh/option/series/graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -707,3 +707,56 @@ links: [{
prefix = "####",
defaultShow = true
) }}

## thumbnail(Object)
缩略图,能够展示可见数据和整体数据的关系。

### show(boolean) = false

<ExampleUIControlBoolean default="false" />

是否显示缩略图。

### height(number)

<ExampleUIControlNumber min="0" step="1" />

缩略图的高度

### width(number)

<ExampleUIControlNumber min="0" step="1" />

缩略图的宽度

### left(number|string)

缩略图离容器左侧的距离。

### right(number|string)

缩略图离容器右侧的距离。

### top(number|string)

缩略图离容器上侧的距离。

### bottom(number|string)

缩略图离容器底侧的距离。

### borderColor(Object)

缩略图边框颜色

### backgroundColor(Object)

缩略图背景颜色

### overlayBackgroundColor(Object)

覆盖图背景颜色

### selectedDataBackground(Object)

选择框样式
53 changes: 53 additions & 0 deletions zh/option/series/tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,3 +515,56 @@ center: [115.97, '30%']
prefix = ${prefix},
state = ${state}
) }}

## thumbnail(Object)
缩略图,能够展示可见数据和整体数据的关系。

### show(boolean) = false

<ExampleUIControlBoolean default="false" />

是否显示缩略图。

### height(number)

<ExampleUIControlNumber min="0" step="1" />

缩略图的高度

### width(number)

<ExampleUIControlNumber min="0" step="1" />

缩略图的宽度

### left(number|string)

缩略图离容器左侧的距离。

### right(number|string)

缩略图离容器右侧的距离。

### top(number|string)

缩略图离容器上侧的距离。

### bottom(number|string)

缩略图离容器底侧的距离。

### borderColor(Object)

缩略图边框颜色

### backgroundColor(Object)

缩略图背景颜色

### overlayBackgroundColor(Object)

覆盖图背景颜色

### selectedDataBackground(Object)

选择框样式