Organism
IndicatorCard
One indicator's full block: IndicatorName + IndicatorKPIStrip + Sparkline. Six cards compose the IndicatorsDaily surface. Emits div.ks-vstack.
Knobs
Density
Locale
Live Preview
BEL20
YTD
7.3%
Volatility
14.2%
Max Drawdown
-8.1%
BEL20
YTD 7.3% · Vol 14.2% · Max DD -8.1%
Code (Katagami DSL)
IndicatorCard( symbol: "BEL20", ytd: "7.3%", volatility: "14.2%", maxDrawdown: "-8.1%", series: timeSeries )
Props
| Name | Type | Default | Description |
|---|---|---|---|
| symbol | String | Market indicator ticker | |
| ytd | String | Year-to-date performance | |
| volatility | String | Annualised volatility | |
| maxDrawdown | String | Maximum drawdown | |
| series | [Double] | [] | Time series data for Sparkline |
| density | Density | comfortable | comfortable | compact | dense |
| locale | Locale | en | en | fr |
Used In