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:
parent
ce5ea28727
commit
62f418836f
3 changed files with 13 additions and 7 deletions
|
@ -39,6 +39,7 @@ angular.module('portainer.app').factory('ChartService', [
|
|||
ticks: {
|
||||
beginAtZero: true,
|
||||
callback: scalesCallback,
|
||||
precision: 0,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue