mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
Separate TimelineClip
This commit is contained in:
@@ -284,7 +284,7 @@ export default function(svg, ui, methods) {
|
||||
function update(newCategories, newTimerange) {
|
||||
if (hash(categories) !== hash(newCategories)) categories = newCategories;
|
||||
if (hash(timerange) !== hash(newTimerange)) timerange = newTimerange;
|
||||
|
||||
scale.x.domain(timerange);
|
||||
render();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user