Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gritukan committed Oct 17, 2024
1 parent 9badece commit 00a5385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class JobSizes extends React.Component<Props, State> {
<YTHistogram
className={block('charts')}
data={data}
yLabel={'jobs count'}
yLabel={'job count'}
xLabel={'job input data weight'}
xFormat={this.formatX}
yMin={0.5}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class PartitionSizes extends React.Component<ReduxProps, State> {
<YTHistogram
className={block('charts')}
data={data}
yLabel={'jobs count'}
yLabel={'partition count'}
xLabel={'job input data weight'}
xFormat={this.formatX}
yMin={0.5}
Expand Down

0 comments on commit 00a5385

Please sign in to comment.