Skip to content

feat(graphProcessor): add getMinMax method #14

feat(graphProcessor): add getMinMax method

feat(graphProcessor): add getMinMax method #14

Triggered via pull request July 16, 2024 10:43
Status Failure
Total duration 32s
Artifacts

build_check.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
build: src/Graph/processor/graphProcessor.ts#L187
Property 'yAxisProps' does not exist on type '{ data: GraphValues[]; isGroup: boolean; isStack: boolean; }'.
build: src/Graph/processor/graphProcessor.ts#L192
Property 'yAxisProps' does not exist on type '{ data: GraphValues[]; isGroup: boolean; isStack: boolean; }'.
build: src/Graph/processor/graphProcessor.ts#L193
Property 'yAxisProps' does not exist on type '{ data: GraphValues[]; isGroup: boolean; isStack: boolean; }'.
build
Process completed with exit code 2.
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/