Skip to content

Commit 60979ff

Browse files
authored
Feat: volume trajectory is a small multiples plot with no built-in filters (#43)
* Refactor in progress * Add one small multiple volume trajectory * Plot for every technology and add legend and footnote * Wire up with selectors * Change size depending on number of technologies * Style
1 parent 6db96f1 commit 60979ff

File tree

3 files changed

+517
-777
lines changed

3 files changed

+517
-777
lines changed

src/css/plot_styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ div.d3chart {
9797
font-family: sans-serif;
9898
font-size: 0.9em;
9999
width: 100%;
100-
max-width: 700px;
100+
max-width: 1400px;
101101
margin-top: 30px;
102102
margin-bottom: 30px;
103103
}

0 commit comments

Comments
 (0)