You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -721,7 +721,6 @@ Remember you can add a `console.log(the_object_you_want_to_inspect)` and see its
721
721
- Functions cannot return functions for performance reasons. (feature request if you need this)
722
722
- Defaults are not applied to the subelements returned by a function. (feature request if you need this)
723
723
- You can get other values from the yaml with the `getFromConfig` parameter, but if they are functions they need to be defined before.
724
-
- If a function throws an exception, the complete plot won't be rendered. Make sure to use `if` statements or [Optional Chaining (?.)](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining) if the values you use may be undefined.
0 commit comments