-
Notifications
You must be signed in to change notification settings - Fork 1
API
Spencer Childress edited this page Sep 26, 2022
·
21 revisions
library namespace
- function:
rbmViz.default.scatterPlot
Configuration of the scatter plot is generally data-driven by meta_workflow.
-
x- the name of the variable to be plotted on the x-axis
- default:
'denominator'
-
xLabel- a short description of the x-axis variable
- default:
meta_workflow[ config.x ]
-
y- the name of the variable to be plotted on the y-axis
- default:
'numerator'
-
yLabel- a short description of the y-axis variable
- default:
meta_workflow[ config.y ]
-
color- the name of the variable by which to color the points
- default:
'flag'
-
colors- an array of hex values
- default:
['#52C41A', '#FADB14', '#FF4D4F']
- function:
rbmViz.default.barChart
Configuration of the bar chart is generally data-driven by meta_workflow.
-
x- the name of the variable to be plotted on the x-axis
- default:
'groupid'
-
xLabel- a short description of the x-axis variable
- default:
meta_workflow[ config.x ]
-
y- the name of the variable to be plotted on the y-axis
- default:
'score'
-
yLabel- a short description of the y-axis variable
- default:
meta_workflow[ config.y ]
-
color- the name of the variable by which to color the points
- default:
'flag'
-
colorLabel- a short description of the color variable
- default:
''
-
n- the name of the variable that captures the number of participants in each group
- default:
'n'
-
nLabel- a short description of the
nvariable - default:
meta_workflow[ config.n ]
- a short description of the
-
num- the variable name of the numerator in the KRI calculation
- default:
'numerator'
-
numeratorLabel- a short description of the numerator variable
- default:
meta_workflow[ config.num ]
-
denom- the variable name of the denominator in the KRI calculation
- default:
'denominator'
-
denominatorLabel- a short description of the denominator variable
- default:
meta_workflow[ config.denom ]
-
threshold- an array of thresholds
- default: [ { threshold: -10, flag: -2 }, { threshold: -5, flag: -1 }, { threshold: 5, flag: 1 }, { threshold: 10, flag: 2 }, ];
- function:
rbmViz.default.timeSeries
- function:
rbmViz.default.sparkline