UX: tooltips and improvements to new dashboard

- tooltips
- revert chart title UI
- reduce period chooser font-size
- localize dates of data points
- fix a bug where multiple reports were loaded at the same time
- fix a bug where % was not showing anymore
- remove spacing at the top
- remove loadingTitle feature (Loading...%report name%) incompatible with new hijack design
This commit is contained in:
Joffrey JAFFEUX
2018-05-16 16:45:21 +02:00
committed by GitHub
parent 131b7f5da5
commit 9554d9c56a
19 changed files with 438 additions and 270 deletions
@@ -13,7 +13,8 @@ export default {
"category_id": null,
"group_id": null,
"prev30Days": null,
"labels": null
"labels": null,
"report_key": ""
}
}
};
+2 -1
View File
@@ -13,7 +13,8 @@ export default {
"category_id": null,
"group_id": null,
"prev30Days": 46,
"labels": null
"labels": null,
"report_key": ""
}
}
};
@@ -42,7 +42,8 @@ export default {
"category_id": null,
"group_id": null,
"prev30Days": null,
"labels": null
"labels": null,
"report_key": ""
}
}
};
+2 -1
View File
@@ -12,7 +12,8 @@ export default {
"category_id": null,
"group_id": null,
"prev30Days": 0,
"labels": null
"labels": null,
"report_key": ""
}
}
};
+2 -1
View File
@@ -39,7 +39,8 @@ export default {
"category_id": null,
"group_id": null,
"prev30Days": 0,
"labels": null
"labels": null,
"report_key": ""
}
}
};
+2 -1
View File
@@ -12,7 +12,8 @@ export default {
"category_id": null,
"group_id": null,
"prev30Days": 0,
"labels": null
"labels": null,
"report_key": ""
}
}
};
@@ -12,7 +12,8 @@ export default {
"category_id": null,
"group_id": null,
"prev30Days": null,
"labels": ["Term", "Searches", "Unique"]
"labels": ["Term", "Searches", "Unique"],
"report_key": ""
}
}
};
@@ -13,7 +13,8 @@ export default {
"category_id": null,
"group_id": null,
"prev30Days": null,
"labels": null
"labels": null,
"report_key": ""
}
}
};
@@ -13,7 +13,8 @@ export default {
"category_id": null,
"group_id": null,
"prev30Days": null,
"labels": null
"labels": null,
"report_key": ""
}
}
};