Skip to content

Commit

Permalink
Update AxisGizmoOptions.ts (#4765)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscognite authored Sep 18, 2024
1 parent 8f64cec commit dfe835d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/packages/tools/src/AxisGizmo/AxisGizmoOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class AxisGizmoOptions {
public primaryLineWidth = 3; // If 0 invisible
public secondaryLineWidth = 0; // If 0 invisible
public bobbleLineWidth = 2; // If 0 invisible, only used on secondary axis
public useGeoLabels = true; // If true use EW-NS-UD, otherwise use XYZ or -XYZ
public useGeoLabels = false; // If true use EW-NS-UD, otherwise use XYZ or -XYZ
public yUp = false;
public fontSize = '12px';
public fontFamily = 'arial';
Expand Down

0 comments on commit dfe835d

Please sign in to comment.