We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d380b commit ac60437Copy full SHA for ac60437
1 file changed
dt-metrics/records/time-charts.js
@@ -1049,7 +1049,7 @@ function getData() {
1049
default: {
1050
window.dtMetricsProject.cumulative_offset =
1051
response.cumulative_offset !== undefined
1052
- ? response.cumulative_offset
+ ? parseInt(response.cumulative_offset)
1053
: 0;
1054
window.dtMetricsProject.data = isAllTime
1055
? formatYearData(data)
0 commit comments