Gold872 / elastic-dashboard

A simple and modern dashboard for FRC
MIT License
81 stars 16 forks source link

NumberBar, NumberSlider, VoltageView & Radial Gauge not working with ints #66

Closed DanPeled closed 3 months ago

DanPeled commented 3 months ago

Describe the bug When choosing an integer topic to show as either of NumberBar, NumberSlider, VoltageView or Radial Gauge the widget wont display correctly and wont function at all (the value will stay at 0 regardless of the actual value)

To Reproduce Steps to reproduce the behavior:

  1. Post a integer value to the networktable
  2. Add it in as a widget
  3. Choose show as of either NumberBar, NumberSlider, VoltageView

Expected behavior The widget wont display correctly and wont function at all (the value will stay at 0 regardless of the actual value)

Screenshots image