HDDS-172. The numbers of operation should be integer in KSM UI.

Contributed by Takanobu Asanuma.
This commit is contained in:
Anu Engineer 2018-06-15 10:23:58 -07:00
parent c966a3837a
commit 308a1591f9
1 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,9 @@
labelType: 'value',
duration: 500,
labelThreshold: 0.01,
labelSunbeamLayout: true,
valueFormat: function(d) {
return d3.format('d')(d);
},
legend: {
margin: {
top: 5,