diff --git a/src/lib/components/AttributionInformation.svelte b/src/lib/components/AttributionInformation.svelte new file mode 100644 index 0000000..6e8e6a5 --- /dev/null +++ b/src/lib/components/AttributionInformation.svelte @@ -0,0 +1,150 @@ +
What was the attribution?
+ + +
When did the interference and attribution occur?
+ + +
Who is making the attribution, against whom?
+ + +
On what platforms did the interference purportedly take place?
+ + +
How was the interference purportedly conducted?
+ + +
How far did the interference effort spread?
+ + +
How credible, biased, legitimate, and transparent is the allegation?
+ + +
For each sub-attribution in a given case, the following data is included:
+
Who, specifically, carried out the interference?
+ \ No newline at end of file diff --git a/src/lib/components/Timeline.svelte b/src/lib/components/Timeline.svelte index 2d63585..e905f34 100644 --- a/src/lib/components/Timeline.svelte +++ b/src/lib/components/Timeline.svelte @@ -155,7 +155,21 @@ {#if xScale} + {#if stackedMetrics.length > 0 && areaGenerator} + {#each stackedMetrics as serie} + + + {/each} + {/if} + {#each yScaleStackTicks as tick} + {format("~s")(tick)} {/each} - {#if stackedMetrics.length > 0 && areaGenerator} - {#each stackedMetrics as serie} - - - {/each} - {/if} -{#if isMobile} +{#if isMobile && !modalOpen}