diff --git a/content/developer/reference/user_interface/view_architectures.rst b/content/developer/reference/user_interface/view_architectures.rst index c08e8031e..8fae414d0 100644 --- a/content/developer/reference/user_interface/view_architectures.rst +++ b/content/developer/reference/user_interface/view_architectures.rst @@ -2908,6 +2908,15 @@ sorted on the string of the field. graph view aggregations are performed on database content, non-stored function fields can not be used in graph views + +In Graph views, a ``field`` can have a ``widget`` attribute to dictate its format. +The widget should be a field formatter, of which the most interesting are +``float_time``, and ``monetary``. + +.. code-block:: xml + + + .. _reference/view_architectures/pivot: Pivot