diff --git a/Documentation~/en/configuration.md b/Documentation~/en/configuration.md index 70eac487..ddf8328e 100644 --- a/Documentation~/en/configuration.md +++ b/Documentation~/en/configuration.md @@ -2,6 +2,7 @@ sidebar_position: 31 slug: /configuration --- +import APITable from '@site/src/components/APITable'; # Chart Configuration @@ -195,6 +196,7 @@ Angle axis of Polar Coordinate. ``` + |field|default|since|comment| |--|--|--|--| |startAngle|0||Starting angle of axis. 0 degrees by default, standing for right position of center. @@ -217,6 +219,7 @@ the animation of serie. ``` + |field|default|since|comment| |--|--|--|--| |enable|true||Whether to enable animation. @@ -246,6 +249,7 @@ The style of area. ``` + |field|default|since|comment| |--|--|--|--| |show|true||Set this to false to prevent the areafrom showing. @@ -268,6 +272,7 @@ The style of area. ``` + |field|default|since|comment| |--|--|--|--| |width|10||The widht of arrow. @@ -290,6 +295,7 @@ The axis in rectangular coordinate. ``` + |field|default|since|comment| |--|--|--|--| |show|true||Whether to show axis. @@ -338,6 +344,7 @@ Settings related to axis label. ``` + |field|default|since|comment| |--|--|--|--| |interval|0||The display interval of the axis label. @@ -362,6 +369,7 @@ Settings related to axis line. ``` + |field|default|since|comment| |--|--|--|--| |onZero|||When mutiple axes exists, this option can be used to specify which axis can be "onZero" to. @@ -384,6 +392,7 @@ Minor split line of axis in grid area. ``` + |field|default|since|comment| |--|--|--|--| |distance|||The distance between the split line and axis line. @@ -405,6 +414,7 @@ Settings related to axis minor tick. ``` + |field|default|since|comment| |--|--|--|--| |splitNumber|5||Number of segments that the axis is split into. @@ -424,6 +434,7 @@ the name of axis. ``` + |field|default|since|comment| |--|--|--|--| |show|||Whether to show axis name. @@ -445,6 +456,7 @@ Split area of axis in grid area, not shown by default. ``` + |field|default|since|comment| |--|--|--|--| |show|||Set this to true to show the splitArea. @@ -464,6 +476,7 @@ Split line of axis in grid area. ``` + |field|default|since|comment| |--|--|--|--| |interval|||Interval of Axis splitLine. @@ -490,6 +503,7 @@ Settings related to axis tick. ``` + |field|default|since|comment| |--|--|--|--| |alignWithLabel|||Align axis tick with label, which is available only when boundaryGap is set to be true in category axis. @@ -514,6 +528,7 @@ Background component. ``` + |field|default|since|comment| |--|--|--|--| |show|true||Whether to enable the background component. @@ -538,6 +553,7 @@ Background component. ``` + |field|default|since|comment| |--|--|--|--| |lineType|||the type of line.
`LineStyle.Type`:
- `Solid`: 实线
- `Dashed`: 虚线
- `Dotted`: 点线
- `DashDot`: 点划线
- `DashDotDot`: 双点划线
- `None`: 双点划线
| @@ -568,6 +584,7 @@ Settings related to base line. ``` + |field|default|since|comment| |--|--|--|--| |show|||Set this to false to prevent the axis line from showing. @@ -619,6 +636,7 @@ comment of chart. ``` + |field|default|since|comment| |--|--|--|--| |show|true||Set this to false to prevent the comment from showing. @@ -640,6 +658,7 @@ comment of chart. ``` + |field|default|since|comment| |--|--|--|--| |show|true||Set this to false to prevent this comment item from showing. @@ -663,6 +682,7 @@ the comment mark style. ``` + |field|default|since|comment| |--|--|--|--| |show|true||Set this to false to prevent this comment item from showing. @@ -680,6 +700,7 @@ the comment mark style. ``` + |field|default|since|comment| |--|--|--|--| |font|||the font of text. @@ -708,6 +729,7 @@ DataZoom component is used for zooming a specific area, which enables user to in ``` + |field|default|since|comment| |--|--|--|--| |enable|true||Whether to show dataZoom. @@ -755,6 +777,7 @@ DataZoom component is used for zooming a specific area, which enables user to in ``` + |field|default|since|comment| |--|--|--|--| |borderWidth|||the width of border line. @@ -777,6 +800,7 @@ DataZoom component is used for zooming a specific area, which enables user to in ``` + |field|default|since|comment| |--|--|--|--| |show|true||Whether show debug component. @@ -805,6 +829,7 @@ Configurations of emphasis state. ``` + |field|default|since|comment| |--|--|--|--| |scale|1.1f||Whether to scale to highlight the data in emphasis state. @@ -829,6 +854,7 @@ Grid component. ``` + |field|default|since|comment| |--|--|--|--| |show|true||Whether to show the grid in rectangular coordinate. @@ -853,6 +879,7 @@ Grid component. ``` + |field|default|since|comment| |--|--|--|--| |heatmapType||v3.3.0|The mapping type of heatmap.
`HeatmapType`:
- `Data`: Data mapping type.By default, the second dimension data is used as the color map.
- `Count`: Number mapping type.The number of occurrences of a statistic in a divided grid, as a color map.
| @@ -869,6 +896,7 @@ Grid component. ``` + |field|default|since|comment| |--|--|--|--| |show|false||Whether the data icon is show. @@ -894,6 +922,7 @@ Grid component. ``` + |field|default|since|comment| |--|--|--|--| |show|true||Whether the data icon is show. @@ -918,6 +947,7 @@ Indicator of radar chart, which is used to assign multiple variables(dimensions) ``` + |field|default|since|comment| |--|--|--|--| |name|||The name of indicator. @@ -988,6 +1018,7 @@ The interface for serie data component. ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否启用。 @@ -1029,6 +1060,7 @@ The interface for serie data component. ``` + |field|default|since|comment| |--|--|--|--| |show|true||Whether the label line is showed. @@ -1056,6 +1088,7 @@ Text label of chart, to explain some data information about graphic item like va ``` + |field|default|since|comment| |--|--|--|--| |show|true||Whether the label is showed. @@ -1102,6 +1135,7 @@ Legend component.The legend component shows different sets of tags, colors, and ``` + |field|default|since|comment| |--|--|--|--| |show|true||Whether to show legend component. @@ -1136,6 +1170,7 @@ Legend component.The legend component shows different sets of tags, colors, and ``` + |field|default|since|comment| |--|--|--|--| |unableColor|||the color of text. @@ -1152,6 +1187,7 @@ Legend component.The legend component shows different sets of tags, colors, and ``` + |field|default|since|comment| |--|--|--|--| |label|||文本标签样式。 [LabelStyle](#labelstyle)| @@ -1170,6 +1206,7 @@ Legend component.The legend component shows different sets of tags, colors, and ``` + |field|default|since|comment| |--|--|--|--| |show|false||是否启用LevelStyle @@ -1191,6 +1228,7 @@ Legend component.The legend component shows different sets of tags, colors, and ``` + |field|default|since|comment| |--|--|--|--| |show|||Whether to show the arrow. @@ -1211,6 +1249,7 @@ The style of line. ``` + |field|default|since|comment| |--|--|--|--| |show|true||Whether show line. @@ -1236,6 +1275,7 @@ Location type. Quick to set the general location. ``` + |field|default|since|comment| |--|--|--|--| |align|||对齐方式。
`Location.Align`:
- `TopLeft`: 对齐方式
- `TopRight`: 对齐方式
- `TopCenter`: 对齐方式
- `BottomLeft`: 对齐方式
- `BottomRight`: 对齐方式
- `BottomCenter`: 对齐方式
- `Center`: 对齐方式
- `CenterLeft`: 对齐方式
- `CenterRight`: 对齐方式
| @@ -1262,6 +1302,7 @@ Used to mark an area in chart. For example, mark a time interval. ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示标域。 @@ -1286,6 +1327,7 @@ Used to mark an area in chart. For example, mark a time interval. ``` + |field|default|since|comment| |--|--|--|--| |type|||Special markArea types, are used to label maximum value, minimum value and so on.
`MarkAreaType`:
- `None`: 标域类型
- `Min`: 最小值。
- `Max`: 最大值。
- `Average`: 平均值。
- `Median`: 中位数。
| @@ -1310,6 +1352,7 @@ Use a line in the chart to illustrate. ``` + |field|default|since|comment| |--|--|--|--| |show|true||Whether to display the marking line. @@ -1331,6 +1374,7 @@ Data of marking line. ``` + |field|default|since|comment| |--|--|--|--| |type|||Special label types, are used to label maximum value, minimum value and so on.
`MarkLineType`:
- `None`: 标线类型
- `Min`: 最小值。
- `Max`: 最大值。
- `Average`: 平均值。
- `Median`: 中位数。
| @@ -1363,6 +1407,7 @@ Marquee style. It can be used for the DataZoom component. 选取框样式。可 ``` + |field|default|since|comment| |--|--|--|--| |apply|false|v3.5.0|Check whether the scope is applied to the DataZoom. If this parameter is set to true, the range after the selection is complete is the DataZoom selection range. @@ -1384,6 +1429,7 @@ padding setting of item or text. ``` + |field|default|since|comment| |--|--|--|--| |show|true||show padding. 是否显示。 @@ -1414,6 +1460,7 @@ Grid component. ``` + |field|default|since|comment| |--|--|--|--| |show|true||Whether to show the grid in rectangular coordinate. @@ -1446,6 +1493,7 @@ Polar coordinate can be used in scatter and line chart. Every polar coordinate h ``` + |field|default|since|comment| |--|--|--|--| |show|true||Whether to show the polor component. @@ -1465,6 +1513,7 @@ Polar coordinate can be used in scatter and line chart. Every polar coordinate h ``` + |field|default|since|comment| |--|--|--|--| |smooth|false|v3.2.0|Whether use smooth curve. @@ -1519,6 +1568,7 @@ Configurations of select state. ``` + |field|default|since|comment| |--|--|--|--| |index|||The index of serie. @@ -1606,6 +1656,7 @@ A data item of serie. ``` + |field|default|since|comment| |--|--|--|--| |index|||the index of SerieData. @@ -1632,6 +1683,7 @@ A data item of serie. ``` + |field|default|since|comment| |--|--|--|--| |sizeType|||the type of symbol size.
`SymbolSizeType`:
- `Custom`: Specify constant for symbol size.
- `FromData`: Specify the dataIndex and dataScale to calculate symbol size.
- `Function`: Specify function for symbol size.
| @@ -1657,6 +1709,7 @@ A data item of serie. ``` + |field|default|since|comment| |--|--|--|--| |lineWidth|||the color of text. @@ -1685,6 +1738,7 @@ Global parameter setting component. The default value can be used in general, an ``` + |field|default|since|comment| |--|--|--|--| |show|true|| @@ -1728,6 +1782,7 @@ Single axis. ``` + |field|default|since|comment| |--|--|--|--| |orient|||Orientation of the axis. By default, it's 'Horizontal'. You can set it to be 'Vertical' to make a vertical axis.
`Orient`:
- `Horizonal`: 水平
- `Vertical`: 垂直
| @@ -1754,6 +1809,7 @@ Single axis. ``` + |field|default|since|comment| |--|--|--|--| |percent|||结束位置百分比。 @@ -1775,6 +1831,7 @@ the state style of serie. ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否启用高亮样式。 @@ -1803,6 +1860,7 @@ the state style of serie. ``` + |field|default|since|comment| |--|--|--|--| |show|true||Whether the symbol is showed. @@ -1830,6 +1888,7 @@ Text character limitation and adaptation component. When the length of the text ``` + |field|default|since|comment| |--|--|--|--| |enable|false||Whether to enable text limit. @@ -1857,6 +1916,7 @@ Settings related to text. ``` + |field|default|since|comment| |--|--|--|--| |show|true||Settings related to text. @@ -1889,6 +1949,7 @@ Theme. ``` + |field|default|since|comment| |--|--|--|--| |themeType|||the theme of chart.
`ThemeType`:
- `Default`: 默认主题。
- `Light`: 亮主题。
- `Dark`: 暗主题。
- `Custom`: 自定义主题。
| @@ -1922,6 +1983,7 @@ Theme. ``` + |field|default|since|comment| |--|--|--|--| |show|true|| @@ -1946,6 +2008,7 @@ Title component, including main title and subtitle. ``` + |field|default|since|comment| |--|--|--|--| |show|true||[default:true] Set this to false to prevent the title from showing. @@ -1980,6 +2043,7 @@ Tooltip component. ``` + |field|default|since|comment| |--|--|--|--| |show|true||Whether to show the tooltip component. @@ -2026,6 +2090,7 @@ Tooltip component. ``` + |field|default|since|comment| |--|--|--|--| |lineType|||the type of line.
`LineStyle.Type`:
- `Solid`: 实线
- `Dashed`: 虚线
- `Dotted`: 点线
- `DashDot`: 点划线
- `DashDotDot`: 双点划线
- `None`: 双点划线
| @@ -2047,6 +2112,7 @@ Tooltip component. ``` + |field|default|since|comment| |--|--|--|--| |show|true|| @@ -2067,6 +2133,7 @@ VisualMap component. Mapping data to visual elements such as colors. ``` + |field|default|since|comment| |--|--|--|--| |show|true||Whether to enable components. @@ -2108,6 +2175,7 @@ VisualMap component. Mapping data to visual elements such as colors. ``` + |field|default|since|comment| |--|--|--|--| |min|||范围最小值 @@ -2127,6 +2195,7 @@ VisualMap component. Mapping data to visual elements such as colors. ``` + |field|default|since|comment| |--|--|--|--| |borderWidth|||the width of border. @@ -2156,6 +2225,7 @@ The x axis in cartesian(rectangular) coordinate. ``` + |field|default|since|comment| |--|--|--|--| |lang||| [Lang](#lang)| diff --git a/Documentation~/zh/changelog.md b/Documentation~/zh/changelog.md index dc058115..369042ad 100644 --- a/Documentation~/zh/changelog.md +++ b/Documentation~/zh/changelog.md @@ -66,6 +66,7 @@ slug: /changelog ## master +* (2023.06.04) 增加`HelpDoc`帮助文档跳转 * (2023.05.10) 增加`Axis`的`MinMaxAuto`范围类型 * (2023.05.10) 增加`Line`对`Clip`的支持 * (2023.05.04) 优化`Axis`在-1到1范围时设置`CeilRate`不生效的问题 diff --git a/Documentation~/zh/configuration.md b/Documentation~/zh/configuration.md index 9f563189..13874920 100644 --- a/Documentation~/zh/configuration.md +++ b/Documentation~/zh/configuration.md @@ -2,6 +2,7 @@ sidebar_position: 31 slug: /configuration --- +import APITable from '@site/src/components/APITable'; # 配置项手册 @@ -195,6 +196,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |startAngle|0||起始刻度的角度,默认为 0 度,即圆心的正右方。 @@ -217,6 +219,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |enable|true||是否开启动画效果。 @@ -246,6 +249,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示区域填充。 @@ -268,6 +272,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |width|10||箭头宽。 @@ -290,6 +295,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示坐标轴。 @@ -338,6 +344,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |interval|0||坐标轴刻度标签的显示间隔,在类目轴中有效。0表示显示所有标签,1表示隔一个隔显示一个标签,以此类推。 @@ -362,6 +369,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |onZero|||X 轴或者 Y 轴的轴线是否在另一个轴的 0 刻度上,只有在另一个轴为数值轴且包含 0 刻度时有效。 @@ -384,6 +392,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |distance|||刻度线与轴线的距离。 @@ -405,6 +414,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |splitNumber|5||分隔线之间分割的刻度数。 @@ -424,6 +434,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |show|||是否显示坐标轴名称。 @@ -445,6 +456,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |show|||是否显示分隔区域。 @@ -464,6 +476,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |interval|||坐标轴分隔线的显示间隔。 @@ -490,6 +503,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |alignWithLabel|||类目轴中在 boundaryGap 为 true 的时候有效,可以保证刻度线和标签对齐。 @@ -514,6 +528,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否启用背景组件。 @@ -538,6 +553,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |lineType|||坐标轴线类型。
`LineStyle.Type`:
- `Solid`: 实线
- `Dashed`: 虚线
- `Dotted`: 点线
- `DashDot`: 点划线
- `DashDotDot`: 双点划线
- `None`: 双点划线
| @@ -568,6 +584,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |show|||是否显示坐标轴轴线。 @@ -619,6 +636,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示注解组件。 @@ -640,6 +658,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示当前注解项。 @@ -663,6 +682,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示当前注解项。 @@ -680,6 +700,7 @@ slug: /configuration ``` + |field|default|since|comment| |--|--|--|--| |font|||字体。 @@ -708,6 +729,7 @@ DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息 ``` + |field|default|since|comment| |--|--|--|--| |enable|true||是否显示缩放区域。 @@ -755,6 +777,7 @@ DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息 ``` + |field|default|since|comment| |--|--|--|--| |borderWidth|||边框线宽。 @@ -777,6 +800,7 @@ DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息 ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示Debug组件。 @@ -805,6 +829,7 @@ DataZoom 组件 用于区域缩放,从而能自由关注细节的数据信息 ``` + |field|default|since|comment| |--|--|--|--| |scale|1.1f||高亮时的缩放倍数。 @@ -829,6 +854,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示直角坐标系网格。 @@ -853,6 +879,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |heatmapType||v3.3.0|热力图类型。通过颜色映射划分。
`HeatmapType`:
- `Data`: 数据映射型。默认用第2维数据作为颜色映射。要求数据至少有3个维度数据。
- `Count`: 个数映射型。统计数据在划分的格子中出现的次数,作为颜色映射。要求数据至少有2个维度数据。
| @@ -869,6 +896,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |show|false||是否显示图标。 @@ -894,6 +922,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示图标。 @@ -918,6 +947,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |name|||指示器名称。 @@ -988,6 +1018,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否启用。 @@ -1029,6 +1060,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示视觉引导线。 @@ -1056,6 +1088,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示文本标签。 @@ -1102,6 +1135,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示图例组件。 @@ -1136,6 +1170,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |unableColor|||文本颜色。 @@ -1152,6 +1187,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |label|||文本标签样式。 [LabelStyle](#labelstyle)| @@ -1170,6 +1206,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |show|false||是否启用LevelStyle @@ -1191,6 +1228,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |show|||是否显示箭头。 @@ -1211,6 +1249,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示线条。当作为子组件,它的父组件有参数控制是否显示时,改参数无效。 @@ -1236,6 +1275,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |align|||对齐方式。
`Location.Align`:
- `TopLeft`: 对齐方式
- `TopRight`: 对齐方式
- `TopCenter`: 对齐方式
- `BottomLeft`: 对齐方式
- `BottomRight`: 对齐方式
- `BottomCenter`: 对齐方式
- `Center`: 对齐方式
- `CenterLeft`: 对齐方式
- `CenterRight`: 对齐方式
| @@ -1262,6 +1302,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示标域。 @@ -1286,6 +1327,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |type|||特殊的标域类型,用于标注最大值最小值等。
`MarkAreaType`:
- `None`: 标域类型
- `Min`: 最小值。
- `Max`: 最大值。
- `Average`: 平均值。
- `Median`: 中位数。
| @@ -1310,6 +1352,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示标线。 @@ -1331,6 +1374,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |type|||特殊的标线类型,用于标注最大值最小值等。
`MarkLineType`:
- `None`: 标线类型
- `Min`: 最小值。
- `Max`: 最大值。
- `Average`: 平均值。
- `Median`: 中位数。
| @@ -1363,6 +1407,7 @@ Marquee style. It can be used for the DataZoom component. 选取框样式。可 ``` + |field|default|since|comment| |--|--|--|--| |apply|false|v3.5.0|选取框范围是否应用到DataZoom上。当为true时,框选结束后的范围即为DataZoom的选择范围。 @@ -1384,6 +1429,7 @@ Marquee style. It can be used for the DataZoom component. 选取框样式。可 ``` + |field|default|since|comment| |--|--|--|--| |show|true||show padding. 是否显示。 @@ -1414,6 +1460,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示直角坐标系网格。 @@ -1446,6 +1493,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示极坐标。 @@ -1465,6 +1513,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart ``` + |field|default|since|comment| |--|--|--|--| |smooth|false|v3.2.0|是否平滑曲线。平滑曲线时不支持区域填充颜色。 @@ -1519,6 +1568,7 @@ Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适 ``` + |field|default|since|comment| |--|--|--|--| |index|||系列索引。 @@ -1606,6 +1656,7 @@ Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适 ``` + |field|default|since|comment| |--|--|--|--| |index|||数据项索引。 @@ -1632,6 +1683,7 @@ Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适 ``` + |field|default|since|comment| |--|--|--|--| |sizeType|||标记图形的大小获取方式。
`SymbolSizeType`:
- `Custom`: 自定义大小。
- `FromData`: 通过 dataIndex 从数据中获取,再乘以一个比例系数 dataScale 。
- `Function`: 通过委托函数获取。
| @@ -1657,6 +1709,7 @@ Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适 ``` + |field|default|since|comment| |--|--|--|--| |lineWidth|||文本颜色。 @@ -1685,6 +1738,7 @@ Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适 ``` + |field|default|since|comment| |--|--|--|--| |show|true|| @@ -1728,6 +1782,7 @@ Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适 ``` + |field|default|since|comment| |--|--|--|--| |orient|||坐标轴朝向。默认为水平朝向。
`Orient`:
- `Horizonal`: 水平
- `Vertical`: 垂直
| @@ -1754,6 +1809,7 @@ Radar coordinate conponnet for radar charts. 雷达图坐标系组件,只适 ``` + |field|default|since|comment| |--|--|--|--| |percent|||结束位置百分比。 @@ -1775,6 +1831,7 @@ Serie的状态样式。Serie的状态有正常,高亮,淡出,选中四种 ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否启用高亮样式。 @@ -1803,6 +1860,7 @@ Serie的状态样式。Serie的状态有正常,高亮,淡出,选中四种 ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示标记。 @@ -1830,6 +1888,7 @@ Serie的状态样式。Serie的状态有正常,高亮,淡出,选中四种 ``` + |field|default|since|comment| |--|--|--|--| |enable|false||是否启用文本自适应。 [default:true] @@ -1857,6 +1916,7 @@ Serie的状态样式。Serie的状态有正常,高亮,淡出,选中四种 ``` + |field|default|since|comment| |--|--|--|--| |show|true||文本的相关设置。 @@ -1889,6 +1949,7 @@ Serie的状态样式。Serie的状态有正常,高亮,淡出,选中四种 ``` + |field|default|since|comment| |--|--|--|--| |themeType|||主题类型。
`ThemeType`:
- `Default`: 默认主题。
- `Light`: 亮主题。
- `Dark`: 暗主题。
- `Custom`: 自定义主题。
| @@ -1922,6 +1983,7 @@ Serie的状态样式。Serie的状态有正常,高亮,淡出,选中四种 ``` + |field|default|since|comment| |--|--|--|--| |show|true|| @@ -1946,6 +2008,7 @@ Serie的状态样式。Serie的状态有正常,高亮,淡出,选中四种 ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示标题组件。 @@ -1980,6 +2043,7 @@ Serie的状态样式。Serie的状态有正常,高亮,淡出,选中四种 ``` + |field|default|since|comment| |--|--|--|--| |show|true||是否显示提示框组件。 @@ -2026,6 +2090,7 @@ Serie的状态样式。Serie的状态有正常,高亮,淡出,选中四种 ``` + |field|default|since|comment| |--|--|--|--| |lineType|||坐标轴线类型。
`LineStyle.Type`:
- `Solid`: 实线
- `Dashed`: 虚线
- `Dotted`: 点线
- `DashDot`: 点划线
- `DashDotDot`: 双点划线
- `None`: 双点划线
| @@ -2047,6 +2112,7 @@ Serie的状态样式。Serie的状态有正常,高亮,淡出,选中四种 ``` + |field|default|since|comment| |--|--|--|--| |show|true|| @@ -2067,6 +2133,7 @@ Serie的状态样式。Serie的状态有正常,高亮,淡出,选中四种 ``` + |field|default|since|comment| |--|--|--|--| |show|true||组件是否生效。 @@ -2108,6 +2175,7 @@ Serie的状态样式。Serie的状态有正常,高亮,淡出,选中四种 ``` + |field|default|since|comment| |--|--|--|--| |min|||范围最小值 @@ -2127,6 +2195,7 @@ Serie的状态样式。Serie的状态有正常,高亮,淡出,选中四种 ``` + |field|default|since|comment| |--|--|--|--| |borderWidth|||边框线宽。 @@ -2156,6 +2225,7 @@ Serie的状态样式。Serie的状态有正常,高亮,淡出,选中四种 ``` + |field|default|since|comment| |--|--|--|--| |lang||| [Lang](#lang)|