Skip to Content (Press Enter)
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Tools
Tools
ODC
O11
Platforms
OutSystems.com
Personal Edition
Community
Resources
Support
Search in OutSystems
Log in
Get Started
Community
›
Forge
›
Assets list
›
3D Data Visualizer
3D Data Visualizer
Stable version
1.0.0
(Compatible with
OutSystems 11
)
Uploaded
on
21 Jan (12 hours ago)
by
EONE TECHNOLOGIES PRIVATE LIMITED
0.0
(0 ratings)
Overview
Reviews
Versions
Documentation
Support
3D Data Visualizer
Documentation
1.0.0
Draft
Public Inputs
BackgroundColor
(Text) — Scene background color
GridColor
(Text) — Grid line color
LabelColor
(Text) — Node label color
RotationSpeed
(Decimal, 0–2) — Auto-rotation speed (0 = off)
CameraDistance
(Integer, 400–1500) — Camera distance from center
ZoomLevel
(Decimal, 0.3–3) — Scene zoom factor
NodeSize
(Integer, 2–15) — Node sphere size
LabelSize
(Integer, 8–20) — Label font size
ShowGrid
(Boolean) — Toggle grid
ShowLabels
(Boolean) — Toggle labels
AutoRotate
(Boolean) — Toggle auto-rotation
GraphData
(Text/Structure) — Serialized nodes + edges
UI Behavior
Sliders update visual parameters
Checkboxes toggle visual options
Reset to Default
resets all settings and re-renders
Randomize Data
replaces graph data and re-renders
Usage in OutSystems
Place the visualizer block on a screen
Bind inputs to local variables
Provide graph data (JSON or structure)
Wire UI controls to refresh or call public actions
Best Practices
Use demo defaults as baseline
Keep graph data generation separate from rendering
Filter large datasets for performance
Loading
Loading...