Open
Description
Currently Chart Monitor's tooltip is losing some data that aren't unserializable by JSON.stringify
, and for some reason it doesn't show Date
type. We should use javascript-stringify
similarly to Raw View. It could also solve the problem with hanging on circular references (but not sure as it hangs before serialization on sorting keys). See the discussion in blakeembrey/javascript-stringify/pull/5.