extentreports-csharp icon indicating copy to clipboard operation
extentreports-csharp copied to clipboard

JSON timeline not filled correctly

Open MichaelAmend opened this issue 1 year ago • 0 comments

The Timeline on the Dashboard is showing wrong numbers, see screenshot for more information:

  • it seems, that the decimal seperator inside of the json is a "," (comma) and not a "." (dot)
  • depending on some dev tools experiments, also a " " (space) after the "," (seperator inside of the JSON) is needed

image

My local solution directly in the file of the report image

Info:

  • Version 5.0.5-beta 1
  • same in Version 5.0.4

If more information are needed, just ask

MichaelAmend avatar Oct 14 '24 08:10 MichaelAmend