-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Summary
Selecting "Needle Dial" as the visualization type in a Gauge doesn't display the needle.
Gauge using Filled Dial: works as expected

Gauge using Needle Dial: does not work

Steps to Reproduce
- Make or edit a Gauge.
- Choose "Filled Dial" in the Gauge Type in the object's Properties dialog.
- Add a data source and set the Gauge's min and max values such that current values will fall within the Gauge's display range.
- Verify that you can see the Gauge filled similar to as shown above.
- Edit properties on the Gauge and select "Needle Dial" in the Gauge Type in the object's Properties dialog. Save, nav away and back to the Gauge.
- Verify that you cannot see the needle visualization in the Gauge.
Environment
- Open MCT Version: 9.0.0-rc10
- Deployment Type: dev server
- OS: Linux, Macos
- Browser: Chrome
Impact Check List
- Data loss or misrepresented data?
- Regression? Did this used to work or has it always been broken?
- Is there a workaround available?
- Does this impact a critical component?
- Is this just a visual bug with no functional impact?
- Does this block the execution of e2e tests?
- Does this have an impact on Performance?