[time table] add tooltip to sparkline (#3767)

* [time table] add tooltip to sparkline

* [time table] open link in new tab

* [time table] add back Mustache
This commit is contained in:
Chris Williams
2017-11-03 12:37:15 -07:00
committed by Grace Guo
parent 7fd9c82ae8
commit 7f3edad119
6 changed files with 58 additions and 32 deletions

View File

@@ -64,7 +64,6 @@ export const tickMultiFormat = d3.time.format.multi([
]);
export const formatDate = function (dttm) {
const d = UTC(new Date(dttm));
// d = new Date(d.getTime() - 1 * 60 * 60 * 1000);
return tickMultiFormat(d);
};
export const fDuration = function (t1, t2, f = 'HH:mm:ss.SS') {