mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
Display category labels
This commit is contained in:
@@ -513,7 +513,7 @@ export default function(app, ui, methods) {
|
||||
|
||||
axis.y =
|
||||
d3.axisLeft(scale.y)
|
||||
.tickValues(categories);
|
||||
.tickValues(categories.map(c => c.category));
|
||||
}
|
||||
|
||||
function update(domain, app) {
|
||||
|
||||
Reference in New Issue
Block a user