pfSparklineChart
patternfly.charts
Directive for rendering a sparkline chart.
See http://c3js.org/reference.html for a full list of C3 chart options.
<ANY pf-sparkline-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 sparkline chart:
|
chartData | object | the data to be shown as an area chart
|
chartHeight (optional) | int | height of the sparkline chart |
showXAxis (optional) | boolean | override config settings for showing the X Axis |
showYAxis (optional) | boolean | override config settings for showing the Y Axis |