angular2-google-chart
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -93,3 +93,3 @@ /* | ||
legend: { position: 'bottom' | ||
} | ||
}, | ||
title: 'Company Sales Percentage' | ||
@@ -129,6 +129,6 @@ }; | ||
public pie_ChartOptions = { | ||
title: 'My Daily Activities' | ||
width: 900 | ||
title: 'My Daily Activities', | ||
width: 900, | ||
height: 500 | ||
}; | ||
} |
{ | ||
"name": "angular2-google-chart", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "google chart directive for angular2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
225452