UNPKG

patternfly

Version:

This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.

15 lines (14 loc) 505 B
<div id="{{include.id}}" class="chart-pf-sparkline"></div> <div>Less than one year remaining</div> <script> var c3ChartDefaults = $().c3ChartDefaults(); var sparklineChartConfig = c3ChartDefaults.getDefaultSparklineConfig(); sparklineChartConfig.bindto = '#{{include.id}}'; sparklineChartConfig.data = { columns: [ ['%', 10, 14, 12, 20, 31, 27, 44, 36, 52, 55, 62, 68, 69, 88, 74, 88, 91], ], type: 'area' }; var sparklineChart = c3.generate(sparklineChartConfig); </script>