HDDS-172. The numbers of operation should be integer in KSM UI.
Contributed by Takanobu Asanuma.
This commit is contained in:
parent
c966a3837a
commit
308a1591f9
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue