2016-05-11 12:19:13 +03:00
|
|
|
<section class="chartist">
|
2016-05-03 19:16:13 +03:00
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-md-6 ">
|
2016-05-11 12:19:13 +03:00
|
|
|
<ba-card title="Lines" baCardClass="with-scroll">
|
2016-05-03 19:16:13 +03:00
|
|
|
<h5>Simple line chart</h5>
|
2016-05-12 18:36:51 +03:00
|
|
|
<ba-chartist-chart baChartistChartClass="ct-chart"
|
|
|
|
|
baChartistChartType="Line"
|
|
|
|
|
[baChartistChartData]="simpleLineData"
|
|
|
|
|
[baChartistChartOptions]="simpleLineOptions">
|
|
|
|
|
</ba-chartist-chart>
|
|
|
|
|
|
2016-05-03 19:16:13 +03:00
|
|
|
<h5>Line chart with area</h5>
|
2016-05-12 18:36:51 +03:00
|
|
|
<ba-chartist-chart baChartistChartClass="ct-chart"
|
|
|
|
|
baChartistChartType="Line"
|
|
|
|
|
[baChartistChartData]="areaLineData"
|
|
|
|
|
[baChartistChartOptions]="areaLineOptions">
|
|
|
|
|
</ba-chartist-chart>
|
|
|
|
|
|
2016-05-03 19:16:13 +03:00
|
|
|
<h5>Bi-polar line chart with area only</h5>
|
2016-05-12 18:36:51 +03:00
|
|
|
<ba-chartist-chart baChartistChartClass="ct-chart"
|
|
|
|
|
baChartistChartType="Line"
|
|
|
|
|
[baChartistChartData]="biLineData"
|
|
|
|
|
[baChartistChartOptions]="biLineOptions">
|
|
|
|
|
</ba-chartist-chart>
|
2016-05-03 19:33:39 +03:00
|
|
|
</ba-card>
|
2016-05-03 19:16:13 +03:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="col-md-6 ">
|
2016-05-11 12:19:13 +03:00
|
|
|
<ba-card title="Bars" baCardClass="with-scroll">
|
2016-05-03 19:16:13 +03:00
|
|
|
<h5>Simple bar chart</h5>
|
2016-05-12 18:36:51 +03:00
|
|
|
<ba-chartist-chart baChartistChartClass="ct-chart"
|
|
|
|
|
baChartistChartType="Bar"
|
|
|
|
|
[baChartistChartData]="simpleBarData"
|
|
|
|
|
[baChartistChartOptions]="simpleBarOptions">
|
|
|
|
|
</ba-chartist-chart>
|
|
|
|
|
|
2016-05-03 19:16:13 +03:00
|
|
|
<h5>Multi-line labels bar chart</h5>
|
2016-05-12 18:36:51 +03:00
|
|
|
<ba-chartist-chart baChartistChartClass="ct-chart"
|
|
|
|
|
baChartistChartType="Bar"
|
|
|
|
|
[baChartistChartData]="multiBarData"
|
|
|
|
|
[baChartistChartOptions]="multiBarOptions"
|
|
|
|
|
[baChartistChartResponsive]="multiBarResponsive">
|
|
|
|
|
</ba-chartist-chart>
|
|
|
|
|
|
2016-05-03 19:16:13 +03:00
|
|
|
<h5>Stacked bar chart</h5>
|
2016-05-12 18:36:51 +03:00
|
|
|
<ba-chartist-chart baChartistChartClass="ct-chart stacked-bar"
|
|
|
|
|
baChartistChartType="Bar"
|
|
|
|
|
[baChartistChartData]="stackedBarData"
|
|
|
|
|
[baChartistChartOptions]="stackedBarOptions">
|
|
|
|
|
</ba-chartist-chart>
|
2016-05-03 19:33:39 +03:00
|
|
|
</ba-card>
|
2016-05-03 19:16:13 +03:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-md-12">
|
2016-05-11 12:19:13 +03:00
|
|
|
<ba-card title="Pies & Donuts" baCardClass="with-scroll">
|
2016-05-03 19:16:13 +03:00
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-md-12 col-lg-4"><h5>Simple Pie</h5>
|
2016-05-12 18:36:51 +03:00
|
|
|
<ba-chartist-chart baChartistChartClass="ct-chart stacked-bar"
|
|
|
|
|
baChartistChartType="Pie"
|
|
|
|
|
[baChartistChartData]="simplePieData"
|
|
|
|
|
[baChartistChartOptions]="simplePieOptions"
|
|
|
|
|
[baChartistChartResponsive]="getResponsive(20, 80)">
|
|
|
|
|
</ba-chartist-chart>
|
2016-05-03 19:16:13 +03:00
|
|
|
</div>
|
|
|
|
|
<div class="col-md-12 col-lg-4"><h5>Pie with labels</h5>
|
2016-05-12 18:36:51 +03:00
|
|
|
<ba-chartist-chart baChartistChartClass="ct-chart stacked-bar"
|
|
|
|
|
baChartistChartType="Pie"
|
|
|
|
|
[baChartistChartData]="labelsPieData"
|
|
|
|
|
[baChartistChartOptions]="labelsPieOptions">
|
|
|
|
|
</ba-chartist-chart>
|
2016-05-03 19:16:13 +03:00
|
|
|
</div>
|
|
|
|
|
<div class="col-md-12 col-lg-4"><h5>Donut</h5>
|
2016-05-12 18:36:51 +03:00
|
|
|
<ba-chartist-chart baChartistChartClass="ct-chart stacked-bar"
|
|
|
|
|
baChartistChartType="Pie"
|
|
|
|
|
[baChartistChartData]="simpleDonutData"
|
|
|
|
|
[baChartistChartOptions]="simpleDonutOptions"
|
|
|
|
|
[baChartistChartResponsive]="getResponsive(5, 40)">
|
|
|
|
|
</ba-chartist-chart>
|
2016-05-03 19:16:13 +03:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-05-03 19:33:39 +03:00
|
|
|
</ba-card>
|
2016-05-03 19:16:13 +03:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|