|
7 | 7 | /// @param {Map} $palette [$default-palette] - The palette used as basis for styling the component. |
8 | 8 | /// @param {Map} $schema [$light-schema] - The schema used as basis for styling the component. |
9 | 9 | /// |
10 | | -/// @prop {Color} $brush [null] - Sets the sparkline brush. |
11 | | -/// @prop {Number} $line-thickness [null] - Sets the line thickness of the sparkline. |
12 | | -/// @prop {Color} $marker-brush [null] - Sets the marker brush of the sparkline. |
13 | | -/// @prop {Color} $marker-size [null] - Sets the marker size of the sparkline. |
14 | | -/// @prop {Color} $first-marker-brush [null] - Sets the first marker brush of the sparkline. |
15 | | -/// @prop {Number} $first-marker-size [null] - Sets the first marker size of the sparkline. |
16 | | -/// @prop {Color} $last-marker-brush [null] - Sets the last marker brush of the sparkline. |
17 | | -/// @prop {Number} $last-marker-size [null] - Sets the last marker size of the sparkline. |
18 | | -/// @prop {Color} $low-marker-brush [null] - Sets the low marker brush of the sparkline. |
19 | | -/// @prop {Number} $low-marker-size [null] - Sets the low marker size of the sparkline. |
20 | | -/// @prop {Color} $high-marker-brush [null] - Sets the high marker brush of the sparkline. |
21 | | -/// @prop {Number} $high-marker-size [null] - Sets the high marker size of the sparkline. |
22 | | -/// @prop {Color} $negative-brush [null] - Sets the negative brush of the sparkline. |
23 | | -/// @prop {Color} $negative-marker-brush [null] - Sets the negative marker brush of the sparkline. |
24 | | -/// @prop {Number} $negative marker-size [null] - Sets the negative marker size of the sparkline. |
25 | | -/// @prop {Color} $trend-line-brush [null] - Sets the trendline brush of the sparkline. |
26 | | -/// @prop {Color} $trend-line-thickness [null] - Sets the thickness of the sparkline's trendline. |
27 | | -/// @prop {Color} $horizontal-axis-brush [null] - Sets the horizontal axis line brush of the sparkline. |
28 | | -/// @prop {Color} $vertical-axis-brush [null] - Sets the vertical axis line brush of the sparkline. |
29 | | -/// @prop {Color} $normal-range-fill [null] - Sets the normal range brush of the sparkline. |
| 10 | +/// @param {Color} $brush [null] - Sets the sparkline brush. |
| 11 | +/// @param {Number} $line-thickness [null] - Sets the line thickness of the sparkline. |
| 12 | +/// @param {Color} $marker-brush [null] - Sets the marker brush of the sparkline. |
| 13 | +/// @param {Color} $marker-size [null] - Sets the marker size of the sparkline. |
| 14 | +/// @param {Color} $first-marker-brush [null] - Sets the first marker brush of the sparkline. |
| 15 | +/// @param {Number} $first-marker-size [null] - Sets the first marker size of the sparkline. |
| 16 | +/// @param {Color} $last-marker-brush [null] - Sets the last marker brush of the sparkline. |
| 17 | +/// @param {Number} $last-marker-size [null] - Sets the last marker size of the sparkline. |
| 18 | +/// @param {Color} $low-marker-brush [null] - Sets the low marker brush of the sparkline. |
| 19 | +/// @param {Number} $low-marker-size [null] - Sets the low marker size of the sparkline. |
| 20 | +/// @param {Color} $high-marker-brush [null] - Sets the high marker brush of the sparkline. |
| 21 | +/// @param {Number} $high-marker-size [null] - Sets the high marker size of the sparkline. |
| 22 | +/// @param {Color} $negative-brush [null] - Sets the negative brush of the sparkline. |
| 23 | +/// @param {Color} $negative-marker-brush [null] - Sets the negative marker brush of the sparkline. |
| 24 | +/// @param {Number} $negative marker-size [null] - Sets the negative marker size of the sparkline. |
| 25 | +/// @param {Color} $trend-line-brush [null] - Sets the trendline brush of the sparkline. |
| 26 | +/// @param {Color} $trend-line-thickness [null] - Sets the thickness of the sparkline's trendline. |
| 27 | +/// @param {Color} $horizontal-axis-brush [null] - Sets the horizontal axis line brush of the sparkline. |
| 28 | +/// @param {Color} $vertical-axis-brush [null] - Sets the vertical axis line brush of the sparkline. |
| 29 | +/// @param {Color} $normal-range-fill [null] - Sets the normal range brush of the sparkline. |
30 | 30 | /// @requires $default-palette |
31 | 31 | /// @requires $light-schema |
32 | 32 | /// @requires apply-palette |
|
0 commit comments