diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 9343cef..392872f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,10 +1,5 @@
-# Node.js with Angular
-# Build a Node.js project that uses Angular.
-# Add steps that analyze code, save build artifacts, deploy, and more:
-# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
-
trigger:
- - master
+ - no
pr:
branches:
diff --git a/projects/pioneer-charts-dev/src/app/charts/charts.component.html b/projects/pioneer-charts-dev/src/app/charts/charts.component.html
index 3f36afc..22ae9ff 100644
--- a/projects/pioneer-charts-dev/src/app/charts/charts.component.html
+++ b/projects/pioneer-charts-dev/src/app/charts/charts.component.html
@@ -46,10 +46,10 @@
Name | @@ -10,13 +10,15 @@|
---|---|
data | Collection of - IPcacData objects. | + IPcacData objects. +
height | Height of chart component. |
tickFormat | Set this value to change the formatting of the domain axis of your chart and the tooltip value formatting.
ConfigurationPercentage |
hideAxis | If true, hide chart axis. |
hideGrid | If true, hide chart grid. |