feat(charts): integrate js theme with d3

This commit is contained in:
Alexander Zhukov 2017-07-31 15:03:12 +03:00
parent 746d18680e
commit 672615b710
8 changed files with 100 additions and 24 deletions

View file

@ -28,12 +28,6 @@ export class ChartjsPieComponent {
this.theme.getJsTheme().subscribe(config => {
this.chartOptions = {
responsive: true,
scale: {
pointLabels: {
fontSize: 14,
fontColor: config.chartjsRadarPointLabelFontColor,
},
},
scales: {
xAxes: [
{