Skip to content

Commit

Permalink
dynamic bar width
Browse files Browse the repository at this point in the history
  • Loading branch information
brookshi committed Jun 8, 2018
1 parent 2825a0c commit c70e4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/modules/stress_test/stress_run_diagram.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class StressRunDiagram extends React.Component<StressRunDiagramProps, StressRunD
type: 'scatter',
symbol: 'rect',
silent: true,
symbolSize: [30, 3],
symbolSize: [30 * 20 / names.length, 3],
z: 20
};
return {
Expand Down

0 comments on commit c70e4f9

Please sign in to comment.