mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-01 05:06:39 +00:00
Added precision 0 to charts, to avoid having decimals
This commit is contained in:
@@ -64,7 +64,7 @@ describe('<GraphCard />', () => {
|
||||
expect(scales).toEqual({
|
||||
xAxes: [
|
||||
{
|
||||
ticks: { beginAtZero: true },
|
||||
ticks: { beginAtZero: true, precision: 0 },
|
||||
stacked: true,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user