Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • kresus kresus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 148
    • Issues 148
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • kresusapp
  • kresuskresus
  • Issues
  • #1177
Closed
Open
Issue created Jul 27, 2022 by Nicolas Frandeboeuf@nicofrandDeveloper

[charts] Balance charts should only have a datapoint when a transaction occurred

Currently the chart displays the balance amount with a point for every single day. This gives the impression that each of these days a transaction occurred, which is false.

We should set a point only if the amount differs from the previous day, or better: if there was a transaction that day (which is different if during a day there are both 1 positive and 1 negative transaction from the same amount).

Bonus: it would make the chart's drawing quicker.

Edited Jul 27, 2022 by Nicolas Frandeboeuf
Assignee
Assign to
Time tracking