-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This Mod for Spotfire® can be used to display a graphical representation of cargo loading in transportation and logistics, showing percentage loading of a vehicle capacity and with the ability to show state of cab or cargo doors open or closed.
- From this repository Releases section, locate and download the .mod file.
- Drag the .mod file into an analysis in Spotfire® Analyst.
For information on how to use and share visualizations mods, read the Spotfire® documentation.
- From this repository Releases section, locate and download the source code.
- Build the project in your preferred code editor. Microsoft Visual Studio Code is highly recommended.
- Open an analysis in Spotfire® and select Tools > Development > Create visualization mod from the menubar to connect to the project.
For information on how to get started with visualization mod development, read the Spotfire® documentation.
Every mod handles missing, corrupted and/or inconsistent data in different ways. It is advised to always review how the data is visualized.
To make the vehicle loading mod work properly, the underlying data must be formatted in a certain way. The data must exist in a single table.
Specify the data table with marking and filters as usual. This mod does not support marking within the visualization so set the Marking property to (None).
Set the Consignment Units property. This value should be the total number of units to be loaded on the vehicle.
Optionally set the Order by property, which will determine what order the data will be rendered.
Set the Vehicle Capacity property, which represents the number of units the vehicle can carry. This must be at the same scale as the Consignment Units property. For example, the vehicle may have a Consignment Units value of 250 units and a capacity of 500 units, it will be 50% loaded.
Optionally set the Cab Open property. This must be a boolean value. If set to True then the cab doors will be displayed in an open state.
Optionally set the Cargo Open property. This must be a boolean value. If set to True then the cargo doors will be displayed in an open state.
Select a column for the Color by property. This will determine the color of the cells in the vehicle using standard Spotfire color picker.
Once the chart is configured and has data provided it will render a loading representation of your vehicle.
Copyright (c) 2023 Cloud Software Group, Inc. All Rights Reserved.