# Histogram > Histogram group numerical values into discrete ranges (bins) and use bars to visualize the number of members in the bins. Histogram group numerical values into discrete ranges (bins) and use bars to visualize the number of members in the bins. This is a simple yet effective visualization to quickly grasp the distribution of a numerical variable. :::info Get Template https://github.com/holistics/custom-chart-library/tree/main/histogram_chart :::