Browse Source

revised according to latest merge

version-14
Shreya 7 years ago
parent
commit
3e27e061c1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/desk/page/activity/activity.js

+ 1
- 1
frappe/desk/page/activity/activity.js View File

@@ -180,7 +180,7 @@ frappe.activity.render_heatmap = function(page) {
method: "frappe.desk.page.activity.activity.get_heatmap_data",
callback: function(r) {
if(r.message) {
var heatmap = new frappe.chart.HeatMap({
var heatmap = new Chart({
parent: ".heatmap",
type: 'heatmap',
height: 100,


Loading…
Cancel
Save