Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs committed Dec 16, 2024
1 parent 79797de commit 714e376
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can use multiple scripted diagrams at the same time, which will be stacked v

The concept of scripted diagrams builds upon [scripted elements](../scripted_elements/scripted_elements_introduction.md) and [services](../using_services/using_services.md). [Tokens on scripted elements](../scripted_elements/tokens_on_scripted_elements.md) are used to convey data to the diagram service.

![Scripted diagrams relations](assets/scripted_digrams_relations.png)
![Scripted diagrams relations](assets/scripted_diagrams_relations.png)

The diagram service combines data from multiple elements to create a scripted diagram.

Expand Down Expand Up @@ -58,6 +58,8 @@ See <a href="../using_services/using_services.html#service-definition">Using ser

#### Diagram service function description

The scripted diagram's service function implementation must adhere to the following interface description:

```{py:function} <function name>(view, element_data): str
Create an SVG diagram based on scripted elements' context data
Expand Down

0 comments on commit 714e376

Please sign in to comment.