pfTrendsChart
patternfly.charts
Directive for rendering a trend chart. The trend chart combines overall data with a
pfSparklineChart.
See http://c3js.org/reference.html for a full list of C3 chart options.
See also: patternfly.charts.directive:pfSparklineChart
<ANY pf-trends-chart
config="{object}"
chart-data="{object}"
[chart-height="{int}"]
[show-x-axis="{boolean}"]
[show-y-axis="{boolean}"]>
...
</ANY>
| Param | Type | Details |
|---|---|---|
| config | object | configuration settings for the trends chart:
|
| chartData | object | the data to be shown in the sparkline charts
|
| chartHeight (optional) | int | height of the sparkline chart |
| showXAxis (optional) | boolean | override sparkline config settings for showing the X Axis |
| showYAxis (optional) | boolean | override sparkline config settings for showing the Y Axis |