Skip to content

Commit 8c87b41

Browse files
committed
viewBox and preserveAspectRatio support
1 parent b86ddcc commit 8c87b41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/declarative-customization/column-formatting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,6 +1182,8 @@ An optional property that specifies additional attributes to add to the element
11821182
- d
11831183
- aria
11841184
- data-interception
1185+
- viewBox
1186+
- preserveAspectRatio
11851187

11861188
Any other attribute name will result in an error. Attribute values can either be Expression objects or strings. The following example adds two attributes (`target` and `href`) to the element specified by `elmType`. The `target` attribute is hard-coded to a string. The `href` attribute is an expression that will be evaluated at runtime to http://finance.yahoo.com/quote/ + the value of the current field (`@currentField`).
11871189

0 commit comments

Comments
 (0)