Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/mon 13349 Trendsgraph on wkhtmltopdf #318

Open
wants to merge 49 commits into
base: master
Choose a base branch
from

Commits on Apr 11, 2024

  1. Replace trends graph js

    This commit replace the trends graph generated using javascript.. Created a new function using php instead of calling the javascript function to generated the graph.
    Using javscript on generating trends graph causes it not to be rendered when saving the report as pdf.
    
    This is part of MON-13349
    
    Signed-off-by: Eunice Remoquillo <eremoquillo@itrsgroup.com>
    euniceremoquillo committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    83ff7a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Add hover on new trends graph report

    This commit displays bar details on mouse hover.
    
    This is part of MON-13349
    
    Signed-off-by: Eunice Remoquillo <eremoquillo@itrsgroup.com>
    euniceremoquillo committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    65bd3e2 View commit details
    Browse the repository at this point in the history
  2. Fix bar positions

    This commit fixes bar positions on the graph when generating a pdf. Added display prefixes for other vendors.
    
    Signed-off-by: Eunice Remoquillo <eremoquillo@itrsgroup.com>
    euniceremoquillo committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5869d9d View commit details
    Browse the repository at this point in the history
  3. Fix date time labels

    This commit fixes the positions of lines and y-labels.
    
    Signed-off-by: Eunice Remoquillo <eremoquillo@itrsgroup.com>
    euniceremoquillo committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3874342 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Update details on hover

    Added datetime details on hover. And changed the format used for datetime to remove leading zeroes.
    
    Signed-off-by: Eunice Remoquillo <eremoquillo@itrsgroup.com>
    euniceremoquillo committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    283768c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Update availability test

    This commit changes the rgb component to hexadecimal color code.
    
    Signed-off-by: Eunice Remoquillo <eremoquillo@itrsgroup.com>
    euniceremoquillo committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    0f0305f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Revert "Update availability test"

    This reverts commit 0f0305f.
    euniceremoquillo committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    136fb9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29d0251 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43e1312 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Added Scaling function

    This commit displays the trend scale for trends bar with a short
    duration. When scaling, the short bar is changed to black then
    creates a smaller bar above it. Colored bars must display details
    when hovered.
    
    Unused css file was removed. Indentions were fixed. And necessary
    variables were created.
    
    Signed-off-by: Eunice Remoquillo <eremoquillo@itrsgroup.com>
    euniceremoquillo committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b8ed535 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Adjusted minimum width of a scaled bar

    Adjusted the min-width to 10px to avoid overflow in the scaled row.
    euniceremoquillo committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    947b28e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    8ab9d32 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    1e2752a View commit details
    Browse the repository at this point in the history
  2. Replace to check scaled color instead

    Objects with white color automatically disregards style set to transparent.
    euniceremoquillo committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f2916cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ceb8a61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcee7e4 View commit details
    Browse the repository at this point in the history
  5. Replace trends graph js

    This commit replace the trends graph generated using javascript.. Created a new function using php instead of calling the javascript function to generated the graph.
    Using javscript on generating trends graph causes it not to be rendered when saving the report as pdf.
    
    This is part of MON-13349
    
    Signed-off-by: Eunice Remoquillo <eremoquillo@itrsgroup.com>
    euniceremoquillo committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e26ee59 View commit details
    Browse the repository at this point in the history
  6. Add hover on new trends graph report

    This commit displays bar details on mouse hover.
    
    This is part of MON-13349
    
    Signed-off-by: Eunice Remoquillo <eremoquillo@itrsgroup.com>
    euniceremoquillo committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8d42756 View commit details
    Browse the repository at this point in the history
  7. Fix bar positions

    This commit fixes bar positions on the graph when generating a pdf. Added display prefixes for other vendors.
    
    Signed-off-by: Eunice Remoquillo <eremoquillo@itrsgroup.com>
    euniceremoquillo committed May 3, 2024
    Configuration menu
    Copy the full SHA
    28307cd View commit details
    Browse the repository at this point in the history
  8. Fix date time labels

    This commit fixes the positions of lines and y-labels.
    
    Signed-off-by: Eunice Remoquillo <eremoquillo@itrsgroup.com>
    euniceremoquillo committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c4707d4 View commit details
    Browse the repository at this point in the history
  9. Update details on hover

    Added datetime details on hover. And changed the format used for datetime to remove leading zeroes.
    
    Signed-off-by: Eunice Remoquillo <eremoquillo@itrsgroup.com>
    euniceremoquillo committed May 3, 2024
    Configuration menu
    Copy the full SHA
    cfa6b2a View commit details
    Browse the repository at this point in the history
  10. Update availability test

    This commit changes the rgb component to hexadecimal color code.
    
    Signed-off-by: Eunice Remoquillo <eremoquillo@itrsgroup.com>
    euniceremoquillo committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f532460 View commit details
    Browse the repository at this point in the history
  11. Revert "Update availability test"

    This reverts commit 0f0305f.
    euniceremoquillo committed May 3, 2024
    Configuration menu
    Copy the full SHA
    dfe3b58 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a783c54 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9085178 View commit details
    Browse the repository at this point in the history
  14. Added Scaling function

    This commit displays the trend scale for trends bar with a short
    duration. When scaling, the short bar is changed to black then
    creates a smaller bar above it. Colored bars must display details
    when hovered.
    
    Unused css file was removed. Indentions were fixed. And necessary
    variables were created.
    
    Signed-off-by: Eunice Remoquillo <eremoquillo@itrsgroup.com>
    euniceremoquillo committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f63917b View commit details
    Browse the repository at this point in the history
  15. Adjusted minimum width of a scaled bar

    Adjusted the min-width to 10px to avoid overflow in the scaled row.
    euniceremoquillo committed May 3, 2024
    Configuration menu
    Copy the full SHA
    32e4b62 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    09a5cc5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    159dafc View commit details
    Browse the repository at this point in the history
  18. Replace to check scaled color instead

    Objects with white color automatically disregards style set to transparent.
    euniceremoquillo committed May 3, 2024
    Configuration menu
    Copy the full SHA
    bde8d39 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    be1051b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    31e523a View commit details
    Browse the repository at this point in the history
  21. Updated report data

    euniceremoquillo committed May 3, 2024
    Configuration menu
    Copy the full SHA
    43b4d7a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    29f9bd3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bac047d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Adjusted block size

    Adjusted the size of displayed block so it captures the whole trend block line.
    euniceremoquillo committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ee65047 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Added check host and hover

    This commit added checks on listed host from the generated graph. This also checks if there will be a displayed information upon hovering a bar from the graph.
    euniceremoquillo committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7dc6df7 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Revert "Adjusted block size"

    This reverts commit ee65047.
    euniceremoquillo committed May 22, 2024
    Configuration menu
    Copy the full SHA
    94c30fb View commit details
    Browse the repository at this point in the history
  2. Improve tgraph readability

    This commit improves graph readability for short bars.
    euniceremoquillo committed May 22, 2024
    Configuration menu
    Copy the full SHA
    bc11995 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Bar length adjustment

    This commit fixes the accuracy of calculated bar length.
    euniceremoquillo committed May 28, 2024
    Configuration menu
    Copy the full SHA
    71f4150 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Handling number of allowable display limit

    This commit handles the number of allowable items to display on the graph. Since displaying graphs should be displayed per percentage, displaying a hundred of items would be the threshold.
    
    Signed-off-by: Eunice Remoquillo <eremoquillo@itrsgroup.com>
    euniceremoquillo committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b72ae46 View commit details
    Browse the repository at this point in the history
  2. Revert "Handling number of allowable display limit"

    This reverts commit b72ae46.
    euniceremoquillo committed May 30, 2024
    Configuration menu
    Copy the full SHA
    cd5fddb View commit details
    Browse the repository at this point in the history
  3. Style adjustments

    euniceremoquillo committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d65f2f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f075fdf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14bd2a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1bfc3b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    82a82e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a857a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a21113 View commit details
    Browse the repository at this point in the history