dustinmoris / CI-BuildStats

Little widget to display AppVeyor, TravisCI, CircleCI, GitHub Actions or Azure Pipelines build history charts and other SVG badges.
https://buildstats.info
GNU General Public License v2.0
171 stars 25 forks source link

Bars plotted "backwards" with respect to time #5

Closed martincostello closed 9 years ago

martincostello commented 9 years ago

I've just noticed that the bars on the graph on my repo are being shown "backwards".

I would expect the graph to be chronological with the X axis being time increasing towards the right, but the latest build is the first bar instead of the last.

https://ci-buildstats.azurewebsites.net/appveyor/chart/martincostello/sqllocaldb?branch=master&includeBuildsFromPullRequest=false

Build History

Is this by design, as it seems counter-intuitive to me?

dustinmoris commented 9 years ago

Makes sense, will change it today!

dustinmoris commented 9 years ago

Should be fixed now. Let me know if you encounter any more issues! Cheers :)

martincostello commented 9 years ago

Great, thank you :)