pfLineChart
patternfly.charts
Directive for rendering a line chart.
See http://c3js.org/reference.html for a full list of C3 chart options.
<ANY pf-line-chart
config="{object}"
chart-data="{object}"
[show-x-axis="{boolean}"]
[show-y-axis="{boolean}"]
[set-area-chart="{boolean}"]>
...
</ANY>
| Param | Type | Details |
|---|---|---|
| config | object | configuration settings for the line chart:
|
| chartData | object | the data to be shown as an area chart
|
| showXAxis (optional) | boolean | override config settings for showing the X Axis |
| showYAxis (optional) | boolean | override config settings for showing the Y Axis |
| setAreaChart (optional) | boolean | override config settings for showing area type chart |