Skip to content

Commit

Permalink
measurements: increase line widths
Browse files Browse the repository at this point in the history
Create thicker lines for SD and the y-axis label colorings for easier
viewing and hovering.
  • Loading branch information
joverlee521 committed Oct 4, 2022
1 parent 0f3adb1 commit c120508
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/measurements/measurementsD3.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ export const layout = {
thresholdStroke: "#DDD",
subplotFill: "#adb1b3",
subplotFillOpacity: "0.15",
diamondSize: 25,
standardDeviationStroke: 2,
diamondSize: 50,
standardDeviationStroke: 3,
overallMeanColor: "#000",
yAxisTickSize: 6,
yAxisColorByLineHeight: 7,
yAxisColorByLineStrokeWidth: 2
yAxisColorByLineHeight: 9,
yAxisColorByLineStrokeWidth: 4
};
// Display overall mean at the center of each subplot
layout['overallMeanYValue'] = layout.subplotHeight / 2;
Expand Down

0 comments on commit c120508

Please sign in to comment.