Skip to content

Commit

Permalink
Merge branch 'master' into 86-legendbox-refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
amaliejvik authored Aug 5, 2024
2 parents bdb8b0f + 2e681ae commit f432384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Components/LegendText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ type LegendTextOptions = {
};

const defaultLegendTextOptions = {

shape: "circle",
color: "#faa307",
useStates: false,
};

class LegendText {
private expression: string;

private shape: string;
private color: string;
private useStates: boolean;
Expand Down

0 comments on commit f432384

Please sign in to comment.