Skip to content

Commit

Permalink
[update]: removal of console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
hongkuiw committed Oct 5, 2021
1 parent 59c5c74 commit 2d49b3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion preview/big-number-trend/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ const visObject = {
],
tooltip: {
formatter: function() {
console.log(this.series)
return this.series.name + ": " + humanReadableNumber(percentageNumber(parseFloat(this.y), config.is_percentage_number),config.is_human_readable) + '<br> on: ' + ((new Date(this.x)).toISOString()).split('T')[0]
},
style: {
Expand Down

0 comments on commit 2d49b3d

Please sign in to comment.