/
How to enable Charts and Graphs app to show "Show All" button in Bitbucket

How to enable Charts and Graphs app to show "Show All" button in Bitbucket

This article explains how to view the Charts & Graphs app-provided commit graph and display Show All button. Bitbucket introduced its commit graph in v6.1 and requested to hide the Charts & Graphs app-provided commit graph by default.

Instructions

  1. Add the following property to the bitbucket.properties config file in your shared folder. Refer to this link for the steps.

    feature.commit.graph=false


    Once added, the “Show All” button will be displayed like in the below screenshot.



  • As long as you have Legacy Mode turned off, Charts & Graphs commit graph will be displayed, after disabling the Bitbucket commit graph.

Related content