Skip to content

添加 y 轴选择功能,允许动态选择不同的数据显示;优化 ChartHtml 组件以支持新的 y 属性 #184

添加 y 轴选择功能,允许动态选择不同的数据显示;优化 ChartHtml 组件以支持新的 y 属性

添加 y 轴选择功能,允许动态选择不同的数据显示;优化 ChartHtml 组件以支持新的 y 属性 #184

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install deps
run: pnpm install
- name: lint
run: pnpm run lint
- name: Test and coverage
run: pnpm run test:coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3