Skip to content

Force X axis height so chart height can be reduce and take same size … #529

Force X axis height so chart height can be reduce and take same size …

Force X axis height so chart height can be reduce and take same size … #529

Workflow file for this run

name: Deploy Storybook
on:
push:
branches: [development/1.0]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: |
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
npm ci
npm run storybook:deploy
env:
STORYBOOK_DISABLE_TELEMETRY: 1