1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-09 15:55:23 +02:00

upgrade chart.js to 2.7.3 & add ticks.precision:0 (#5789)

This commit is contained in:
Richard Wei 2021-10-18 22:48:52 +13:00 committed by GitHub
parent ce5ea28727
commit 62f418836f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 7 deletions

View file

@ -39,6 +39,7 @@ angular.module('portainer.app').factory('ChartService', [
ticks: {
beginAtZero: true,
callback: scalesCallback,
precision: 0,
},
},
],