@arcgis/charts-components 5.2.0-next.33 → 5.2.0-next.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/model-with-line-marker-styling.js +2 -3
- package/dist/docs/api.json +1 -1
- package/dist/docs/docs.json +1 -1
- package/dist/docs/web-types.json +1 -1
- package/dist/model/combo-bar-line-chart-model/combo-bar-line-chart-model.d.ts +5 -3
- package/dist/model/mixins/model-with-line-marker-styling.d.ts +6 -5
- package/package.json +3 -3
|
@@ -81,7 +81,7 @@ class s extends S {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* Get whether to connect the lines when there's a gap in the data.
|
|
85
85
|
*
|
|
86
86
|
* @param seriesIndex - The index of the series.
|
|
87
87
|
*/
|
|
@@ -126,8 +126,7 @@ class s extends S {
|
|
|
126
126
|
});
|
|
127
127
|
}
|
|
128
128
|
/**
|
|
129
|
-
*
|
|
130
|
-
* **Note:** `areaColor` will be applied only if `showArea` is true, and is defaulted to the line color if not provided.
|
|
129
|
+
* Get the color of the filled area.
|
|
131
130
|
*
|
|
132
131
|
* @param seriesIndex - The index of the series.
|
|
133
132
|
*/
|