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 @@ ---> +
- +--> \ No newline at end of file diff --git a/projects/pioneer-charts-web/src/app/components/base-config/base-config.component.html b/projects/pioneer-charts-web/src/app/components/base-config/base-config.component.html index c7f6645..bf0c4c9 100644 --- a/projects/pioneer-charts-web/src/app/components/base-config/base-config.component.html +++ b/projects/pioneer-charts-web/src/app/components/base-config/base-config.component.html @@ -1,5 +1,5 @@
Configuration
- +
@@ -10,13 +10,15 @@
Configuration
+ IPcacData objects. + - + @if(includeTickFormat) { + - + } + @if(includeHideAxisAndGrid) { + - + } + @if(includeHideAxisAndGrid) { + + } -
Name
data Collection of - 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.
    @@ -24,7 +26,8 @@
    Configuration
    Percentage
    • - All values will be shifted by 100, and a percentage symbol will be added to your domain access and value displayed in the + All values will be shifted by 100, and a percentage symbol will be added to your domain access and value + displayed in the tooltip.
    • @@ -35,14 +38,19 @@
      Configuration
hideAxis If true, hide chart axis.
hideGrid If true, hide chart grid.
+ \ No newline at end of file