Skip to content

Commit f132fa4

Browse files
committed
add result_data to chart_options
1 parent 1eb635d commit f132fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3.0/cards.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ class Avo::Dashboards::Dashy < Avo::Dashboards::BaseDashboard
322322
end
323323
```
324324

325-
The blocks are executed using [`Avo::ExecutionContext`](execution-context). Within this blocks, you gain access to all attributes of [`Avo::ExecutionContext`](execution-context) along with the `parent` and `arguments`
325+
The blocks are executed using [`Avo::ExecutionContext`](execution-context). Within this blocks, you gain access to all attributes of [`Avo::ExecutionContext`](execution-context) along with the `parent`, `arguments` and `result_data`.
326326

327327
## Partial card
328328

0 commit comments

Comments
 (0)