@arghajit/dummy 0.3.11 → 0.3.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arghajit/dummy",
3
3
  "author": "Arghajit Singha",
4
- "version": "0.3.11",
4
+ "version": "0.3.12",
5
5
  "description": "A Playwright reporter and dashboard for visualizing test results.",
6
6
  "homepage": "https://playwright-pulse-report.netlify.app/",
7
7
  "keywords": [
@@ -1994,7 +1994,7 @@ function generateSeverityDistributionChart(results) {
1994
1994
  style: { color: '#f5f5f5' },
1995
1995
  formatter: function() {
1996
1996
  // Custom formatter to HIDE 0 values
1997
- let tooltip = '<b>' + this.x + '</b><br/>';
1997
+ let tooltip = '';
1998
1998
  let hasItems = false;
1999
1999
 
2000
2000
  this.points.forEach(point => {
@@ -2120,7 +2120,7 @@ function generateSeverityDistributionChart(results) {
2120
2120
  style: { color: '#f5f5f5' },
2121
2121
  formatter: function() {
2122
2122
  // Custom formatter to HIDE 0 values
2123
- let tooltip = '<b>' + this.x + '</b><br/>';
2123
+ let tooltip = '';
2124
2124
  let hasItems = false;
2125
2125
 
2126
2126
  this.points.forEach(point => {