I have built a UDP that gets some data from an alarm unit but the STRING contains a whole bunch of periods. I believe this is messing with Orion's ability to look at that data and build a graph with it:
snmpwalk -v 2c -c public 10.252.0.241 1.3.6.1.4.1.2682.1.2.2.1.5.99.1.9
SNMPv2-SMI::enterprises.2682.1.2.2.1.5.99.1.9 = STRING: "........ 69.1308"
So you can see that we can display in a table just fine, but graphing the values in a chart does not seem to work.

Is there any way to work around this?