Skip to content

Commit

Permalink
Update App.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
ylesia-wu committed Feb 22, 2024
1 parent 8bc7aac commit aa75730
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions src/components/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,16 @@
y_label = 'Drivers Involved In Fatal Collisions Who Were Alcohol-Impaired (%)';
subtitle = 'Drivers Involved In Fatal Collisions Who Were Alcohol-Impaired (%) in 50 US States';
avgValue = 30.69;
circleX1 = 1220;
circleY1 = 305;
lineX1 = 1100;
lineY1 = 400;
textX1 = 880;
circleX1 = 92;
circleY1 = 400;
lineX1 = 672;
lineY1 = 410;
textX1 = 680;
textY1 = 400;
rectX1 = 670;
rectY1 = 395;
height1 = 60;
width1 = 263;
annotationText11 = 'Utah considers alcohol-impaired';
annotationText12 = 'driving to be a highly serious offense.';
annotationText13 = null
Expand Down Expand Up @@ -404,13 +408,13 @@
y_label = 'Drivers Involved In Fatal Collisions Who Were Alcohol-Impaired (%)';
subtitle = 'Drivers Involved In Fatal Collisions Who Were Alcohol-Impaired (%) in 50 US States';
avgValue = 30.69;
circleX1 = 1220;
circleY1 = 255;
lineX1 = 1100;
lineY1 = 400;
textX1 = 880;
circleX1 = 1061;
circleY1 = 400;
lineX1 = 910;
lineY1 = 410;
textX1 = 680;
textY1 = 400;
rectX1 = 870;
rectX1 = 670;
rectY1 = 395;
height1 = 60;
width1 = 263;
Expand Down

0 comments on commit aa75730

Please sign in to comment.