From a4a144c7865df75e1d528fafa9cec0ca5484d2b3 Mon Sep 17 00:00:00 2001 From: crustcrm1 Date: Sat, 10 Nov 2018 19:03:14 +0100 Subject: [PATCH] API documentation for Charts - small fixes --- crm/docs/Chart-API.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crm/docs/Chart-API.md b/crm/docs/Chart-API.md index 30c7c6731..0cda64ec1 100644 --- a/crm/docs/Chart-API.md +++ b/crm/docs/Chart-API.md @@ -48,8 +48,8 @@ Lost, 2 ] , "fields": { - "opportunity.state": { - "kind": "datetime", + "state": { + "kind": "string", } } } @@ -71,8 +71,8 @@ This will need to return a sum of all the opportunies by type (very similar to c ] , "fields": { - "value": { - "kind": "currency", + "type": { + "kind": "string", } } }