add event counts for locations

This commit is contained in:
Lachlan Kermode
2019-01-08 13:00:33 +00:00
parent 56b8677827
commit 899e06d560
5 changed files with 15 additions and 11 deletions

View File

@@ -221,9 +221,7 @@ class Timeline extends React.Component {
* components in the <g/> div.
*/
styleDatetime(timestamp) {
return [
{ fill: 'orange' },
]
return []
}
render() {