Available translations

Charting Space

foundations.png
charting-space.png
The charting space is the hierarchy that governs the configuration of the charts, and the bidimensional space on which charts are drawn.
Content
Think of the charting space as a huge drawing board. You may have lots of information plotted on different parts of the space and use a viewport to look into that space.
There is only one charting space hierarchy, thus all charts are configured here. As is common throughout the system, different concepts and elements of the charts such as scales, data layers and so on, are represented by nodes in the hierarchy. The system allows great flexibility on how to visualize information over the charts by adding, configuring, and arranging these nodes.
Charting Space Menu
The Charting Space node has the following Node Menu items:
The Add Viewport menu item has the following properties:
  • action: Add UI Object
  • disableIfPropertyIsDefined: true
  • propertyToCheckFor: viewport
  • label: Add Viewport
  • actionFunction: payload.executeAction
  • actionProject: Visual-Scripting
  • relatedUiObjectProject: Foundations
The Add Space Style menu item has the following properties:
  • action: Add UI Object
  • disableIfPropertyIsDefined: true
  • propertyToCheckFor: spaceStyle
  • label: Add Space Style
  • actionFunction: payload.executeAction
  • actionProject: Visual-Scripting
  • relatedUiObjectProject: Foundations
The Add Space Settings menu item has the following properties:
  • action: Add UI Object
  • disableIfPropertyIsDefined: true
  • propertyToCheckFor: spaceSettings
  • label: Add Space Settings
  • actionFunction: payload.executeAction
  • actionProject: Visual-Scripting
  • relatedUiObjectProject: Foundations
The Add Project Dashboards menu item has the following properties:
  • action: Add UI Object
  • actionFunction: payload.executeAction
  • actionProject: Visual-Scripting
  • relatedUiObjectProject: Foundations
The Add Missing Projects menu item has the following properties:
  • label: Add Missing Projects
  • askConfirmation: true
  • confirmationLabel: Confirm to Proceed
  • workDoneLabel: Done
  • actionFunction: payload.executeAction
  • relatedUiObjectProject: Foundations
The Delete menu item has the following properties:
  • action: Delete UI Object
  • actionProject: Visual-Scripting
  • askConfirmation: true
  • confirmationLabel: Confirm to Delete
  • actionFunction: payload.executeAction
  • label: Delete
  • iconPathOn: delete-entity
  • iconPathOff: delete-entity
Charting Space Children
The Charting Space node has the following childrenNodesProperties:
The Viewport node property features the following properties:
  • name: viewport
  • type: node
  • autoAdd: true
The Space Style node property features the following properties:
  • name: spaceStyle
  • type: node
  • autoAdd: true
The Space Settings node property features the following properties:
  • name: spaceSettings
  • type: node
  • autoAdd: true
The Project Dashboards node property features the following properties:
  • name: projectDashboards
  • type: array