Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions pages/fundamentals/data-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ Each property can store a single value, and it is not possible to have multiple
properties with the same name on a single graph element. But, the same property
names can be found across multiple graph elements.

Also, there are no restrictions on the number of properties that can be stored
in a single graph element. The only restriction is that the values must be of
the supported types. Below is a table of supported data types.
There are **no restrictions on the number of propertie**s that can be stored in
a single graph element. The only restriction is that the values must be of the
supported types. There is **no hard limit** on the size or complexity of data
values either - the only practical limit is the **amount of available RAM
memory** on your machine.

Below is a table of supported data types:

| Type | Description |
| --------------------------------- | --------------------------------------------------------------------------------------------------- |
Expand Down