Skip to content

Commit

Permalink
fix: add input data line in calibrate workflow node chart (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jami159 authored Sep 5, 2023
1 parent 7c8cd8e commit cd5b1f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
v-for="(cfg, index) of node.state.chartConfigs"
:key="index"
:run-results="runResults"
:initial-data="csvAsset"
:mapping="mapping"
:chartConfig="cfg"
has-mean-line
@configuration-change="chartConfigurationChange(index, $event)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
v-for="(cfg, index) of node.state.chartConfigs"
:key="index"
:run-results="runResults"
:initial-data="csvAsset"
:mapping="mapping"
:chartConfig="cfg"
@configuration-change="chartConfigurationChange(index, $event)"
/>
Expand Down

0 comments on commit cd5b1f1

Please sign in to comment.