mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
Bug: Use beginAtZero option for reports (#803)
This commit is contained in:
@@ -14,7 +14,7 @@ const chartOptions = {
|
||||
scales: {
|
||||
xAxes: [
|
||||
{
|
||||
barPercentage: 1.9,
|
||||
barPercentage: 1.26,
|
||||
ticks: {
|
||||
fontFamily,
|
||||
},
|
||||
@@ -27,6 +27,7 @@ const chartOptions = {
|
||||
{
|
||||
ticks: {
|
||||
fontFamily,
|
||||
beginAtZero: true,
|
||||
},
|
||||
gridLines: {
|
||||
display: false,
|
||||
|
||||
Reference in New Issue
Block a user