Skip to content

Commit dd4693e

Browse files
committed
update documenter snapshot
1 parent e55f97d commit dd4693e

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

src/__tests__/__snapshots__/documenter.test.ts.snap

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -267,24 +267,24 @@ Supported types:
267267
"type": "ReadonlyArray<CartesianChartProps.SeriesOptions>",
268268
},
269269
{
270-
"defaultValue": "false",
271-
"description": "Specifies series stacking behavior. Use it for column- or area- series.
270+
"defaultValue": "undefined",
271+
"description": "Enables series stacking behavior. Use it for column- or area- series.
272272
This property corresponds to "normal" stacking type in Highcharts ([plotOptions.series.stacking](https://api.highcharts.com/highcharts/plotOptions.series.stacking)).",
273273
"name": "stacking",
274274
"optional": true,
275-
"type": "boolean",
275+
"type": ""normal"",
276276
},
277277
{
278278
"description": "Chart tooltip options.
279279
280280
Supported options:
281-
* \`enabled\` - (optional, boolean) - Use it to hide the tooltip.
282-
* \`size\` - (optional, "small" | "medium" | "large") - Use it to specify max tooltip size.
283-
* \`placement\` - (optional, "middle" | "outside") - Use it to specify preferred tooltip placement.
284-
* \`point\` - (optional, function) - Use it to customize tooltip series point rendering.
285-
* \`header\` - (optional, function) - Use it to provide a custom tooltip header.
286-
* \`body\` - (optional, function) - Use it to provide a custom tooltip content.
287-
* \`footer\` - (optional, function) - Use it to add a tooltip footer.",
281+
* \`enabled\` - (optional, boolean) - Hides the tooltip.
282+
* \`size\` - (optional, "small" | "medium" | "large") - Specifies max tooltip size.
283+
* \`placement\` - (optional, "middle" | "outside") - Specifies preferred tooltip placement.
284+
* \`point\` - (optional, function) - Customizes tooltip series point rendering.
285+
* \`header\` - (optional, function) - Provides a custom tooltip header.
286+
* \`body\` - (optional, function) - Provides a custom tooltip content.
287+
* \`footer\` - (optional, function) - Adds a tooltip footer.",
288288
"inlineType": {
289289
"name": "CartesianChartProps.TooltipOptions",
290290
"properties": [
@@ -366,7 +366,8 @@ Supported options:
366366
* * datetime - Similar to linear, but takes epoch time as values.
367367
* * category - Uses discrete scale, requires \`categories\` to be set.
368368
* * logarithmic - Uses continuous logarithmic values scale.
369-
* \`min\`, \`max\` (optional, number) - Axis value boundaries.
369+
* \`min\` (optional, number) - Axis min value boundary.
370+
* \`max\` (optional, number) - Axis max value boundary.
370371
* \`tickInterval\` (optional, number) - Distance between axis ticks.
371372
* \`categories\` (optional, Array<string>) - Predefined list of values, used for categorical axis type.
372373
* \`valueFormatter\` (optional, function) - Takes axis tick as input and returns a formatted string. This formatter also
@@ -428,7 +429,8 @@ Supported options:
428429
* * datetime - Similar to linear, but takes epoch time as values.
429430
* * category - Uses discrete scale, requires \`categories\` to be set.
430431
* * logarithmic - Uses continuous logarithmic values scale.
431-
* \`min\`, \`max\` (optional, number) - Axis value boundaries.
432+
* \`min\` (optional, number) - Axis min value boundary.
433+
* \`max\` (optional, number) - Axis max value boundary.
432434
* \`tickInterval\` (optional, number) - Distance between axis ticks.
433435
* \`categories\` (optional, Array<string>) - Predefined list of values, used for categorical axis type.
434436
* \`reversedStacks\` (optional, boolean) - Reverts series order in stacked series.
@@ -798,12 +800,12 @@ Supported series types:
798800
"description": "Chart tooltip options.
799801
800802
Supported options:
801-
* \`enabled\` - (optional, boolean) - Use it to hide the tooltip.
802-
* \`size\` - (optional, "small" | "medium" | "large") - Use it to specify max tooltip size.
803-
* \`details\` - (optional, function) - Use it to provide a list of key-value pairs as tooltip's body.
804-
* \`header\` - (optional, function) - Use it to provide a custom tooltip header.
805-
* \`body\` - (optional, function) - Use it to provide a custom tooltip content.
806-
* \`footer\` - (optional, function) - Use it to add a tooltip footer.",
803+
* \`enabled\` - (optional, boolean) - Hides the tooltip.
804+
* \`size\` - (optional, "small" | "medium" | "large") - Specifies max tooltip size.
805+
* \`details\` - (optional, function) - Provides a list of key-value pairs as tooltip's body.
806+
* \`header\` - (optional, function) - Provides a custom tooltip header.
807+
* \`body\` - (optional, function) - Provides a custom tooltip content.
808+
* \`footer\` - (optional, function) - Adds a tooltip footer.",
807809
"inlineType": {
808810
"name": "PieChartProps.TooltipOptions",
809811
"properties": [

0 commit comments

Comments
 (0)