Chart Card View¶
FUIChartCardView¶
open class FUIChartCardView: FUICardBaseView, FUISeriesTitleComponent, FUISubtitleComponent, FUITrendComponent
Chart card type, where KPI values are centered in the card, inscribed within circular progress ring.
Developer should use the FUIKPIViewItem API set to build KPI content and set to the kpiItems: [FUIKPIViewItem] property.
The optional trendSemanticColor: UIColor? will be applied to the trend and trendImage properties, if not nil.
Developer should configure the chartView: FUIChartView.
Note: the default Card configuration for the
FUIChartViewwill cause only the first and last category title to be displayed.
Data Source¶
Developer should implement the FUIChartViewDataSource, to supply data to the card's chartView property.
Usage¶
1 2 3 4 5 6 7 8 9 10 | |
Theming¶
Supported TEXT class paths:
1 2 3 4 5 6 7 | |
Supported TEXT properties:
1 2 3 4 | |
Supported IMAGE class paths:
1 2 | |
Supported IMAGE properties:
1 | |
Last update: April 14, 2021