You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you change it to number, the valueFormatter runs
Specifically, here's my usecase: I am working on adding other types of data to be supported by visualization ('string', 'boolean', 'number', 'ip', 'date') to match the legacy metric.
While strings, booleans and ip don't need extra format to be passed, we need it for dates as we get them as strings. Not sure if there's another way to handle that. Let me know if that's not a bug and there is another way!
The text was updated successfully, but these errors were encountered:
Good point @mbondyra I think in #1817 we just assumed it would be redundant to format a string but I think there is definitely a use for this. In any case I think it's strange the valueFormatter has no affect with string values.
Describe the issue
valueFormatter
.valueFormatter
runsSpecifically, here's my usecase: I am working on adding other types of data to be supported by visualization ('string', 'boolean', 'number', 'ip', 'date') to match the legacy metric.
While strings, booleans and ip don't need extra format to be passed, we need it for dates as we get them as strings. Not sure if there's another way to handle that. Let me know if that's not a bug and there is another way!
The text was updated successfully, but these errors were encountered: