@@ -24,7 +24,7 @@ import {ThemeGraphType, GraduatedMode, GraphAxesTextDisplayMode} from '../REST';
2424 * @param {ThemeGraphAxes } [options.graphAxes] - 统计图中坐标轴样式相关信息。
2525 * @param {ThemeGraphSize } [options.graphSize=0] - 统计符号的最大最小尺寸。
2626 * @param {boolean } [options.graphSizeFixed=false] - 缩放地图时统计图符号是否固定大小。
27- * @param {ThemeGraphText } [options.graphText] - 统计图上的文字是否可以见以及文字标注风格 。
27+ * @param {ThemeGraphText } [options.graphText] - 统计图上的文字是否可见以及文字标注风格 。
2828 * @param {GraphAxesTextDisplayMode } [options.graphAxesTextDisplayMode=GraphAxesTextDisplayMode.NONE] - 统计专题图坐标轴文本显示模式。
2929 * @param {ThemeGraphType } [options.graphType=ThemeGraphType.AREA] - 统计专题图类型。
3030 * @param {Array.<number> } [options.memoryKeys] - 以内存数组方式制作专题图时的键数组。
@@ -74,7 +74,7 @@ export class ThemeGraph extends Theme {
7474
7575 /**
7676 * @member {ThemeGraphText} ThemeGraph.prototype.graphText
77- * @description 统计图上的文字是否可以见以及文字标注风格 。
77+ * @description 统计图上的文字是否可见以及文字标注风格 。
7878 */
7979 this . graphText = new ThemeGraphText ( ) ;
8080
@@ -148,7 +148,7 @@ export class ThemeGraph extends Theme {
148148 * maxGraphSize: 1,
149149 * minGraphSize: 0.35
150150 * }),
151- * //统计图上的文字是否可以见以及文字标注风格
151+ * //统计图上的文字是否可见以及文字标注风格
152152 * graphText: new ThemeGraphText({
153153 * graphTextDisplayed: true,
154154 * graphTextFormat: ThemeGraphTextFormat.VALUE,
@@ -181,7 +181,7 @@ export class ThemeGraph extends Theme {
181181
182182 /**
183183 * @member {boolean} [ThemeGraph.prototype.negativeDisplayed=false]
184- * @description 专题图中是否显示属性为负值的数据。true 表示显示;falese 不显示。
184+ * @description 专题图中是否显示属性为负值的数据。true 表示显示;false 不显示。
185185 */
186186 this . negativeDisplayed = false ;
187187
0 commit comments