Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thedges authored Feb 13, 2019
1 parent e8c5e1e commit f1e1c43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ Latest version has configuration options (Card title color, Header logo, Header
* <b>Empty msg for section 1</b> - the message to show if this data is empty
* <b>API field name for section 1</b> - the API field name of the object field to pull the Einstein Discovery analysis results. This field is rich text field that will store a value like "`+ 43.78 units because Age at Admission is 25.77 to 29.69 and Program Category is Outpatient<br>+ 11.15 units because Program Category is Outpatient<br>- 8.872 units because Secondary Substance is None<br>- 6.052 units because of other factors from the baseline`"
* <b>Section 1 color range </b> - a range of values to determine the color of the section 1 values. The string is in format like "0,25|25,75|75,100" where first range defines red, second yellow and third green.
* <b>Section 1 row limit</b> - integer value to limit the number of displayed rows in section 1
* <b>Label for section 2</b> - the label to show at top of the section section of Einstein Discovery results
* <b>Empty msg for section 2</b> - the message to show if this data is empty
* <b>API field name for section 2</b> - the API field name of the object field to pull the Einstein Discovery analysis results. This field is rich text field that will store a value like "`- 52.7 units if you change Program Category to Crisis<br>- 33.66 units if you change Service to Intensive Residential<br>- 32.34 units if you change Service to Residential Rehab for Youth`"
* <b>Section 2 color range </b> - a range of values to determine the color of the section 2 values. The string is in format like "-100,0|0,0|0,100" where first range defines red, second yellow and third green.
* <b>Section 2 row limit</b> - integer value to limit the number of displayed rows in section 2

### The fields to create on the object to drive this component are:

Expand Down

0 comments on commit f1e1c43

Please sign in to comment.