diff --git a/.github/workflows/ghostbuster.yml b/.github/workflows/ghostbuster.yml index b204fe07599f94..0de64d989930cb 100644 --- a/.github/workflows/ghostbuster.yml +++ b/.github/workflows/ghostbuster.yml @@ -47,7 +47,7 @@ jobs: fi - if: ${{ inputs.skipPR != 'true' }} - uses: peter-evans/create-pull-request@v5.0.0 + uses: peter-evans/create-pull-request@v5.0.1 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "Remove contributors with deleted accounts #no-publishing-comment" diff --git a/types/zingchart/es6/index.d.ts b/types/zingchart/es6/index.d.ts index abb6d613136b33..5d77973ad3cdf4 100644 --- a/types/zingchart/es6/index.d.ts +++ b/types/zingchart/es6/index.d.ts @@ -352,6 +352,18 @@ declare namespace zingchart { */ type?: string; } + interface choropleth { + aspect?: string; + color?: string; + effect?: string; + steps?: number[]; + colors?: string[]; + intervals?: number; + progression?: string; + maxPercent?: number; + mirrored?: boolean; + labels?: label[]; + } interface contextMenu { button?: { /** @@ -15566,6 +15578,10 @@ declare namespace zingchart { * 51B5" | ... */ color?: string; + /** + * Use the choropleth object to configure how the map is colored with the following properties. + */ + choropleth?: choropleth; /** * To set the type of color arrangement applied to the word cloud. Use the "color" value with the "color" attribute. Use the "palette * " value with the "palette" array. "random" (default) | "color" | "palette" diff --git a/types/zingchart/zingchart-tests.ts b/types/zingchart/zingchart-tests.ts index 378f6104aa8747..67e351206379b3 100644 --- a/types/zingchart/zingchart-tests.ts +++ b/types/zingchart/zingchart-tests.ts @@ -73,7 +73,7 @@ const chartConfig: zc.graphset[] = [ }, { type: 'line', x: '15%', - y: '5%', + y: '25%', timeZone: 1, zoomSnap: true, labels: [