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',
|
labelType: 'value',
|
||||||
duration: 500,
|
duration: 500,
|
||||||
labelThreshold: 0.01,
|
labelThreshold: 0.01,
|
||||||
labelSunbeamLayout: true,
|
valueFormat: function(d) {
|
||||||
|
return d3.format('d')(d);
|
||||||
|
},
|
||||||
legend: {
|
legend: {
|
||||||
margin: {
|
margin: {
|
||||||
top: 5,
|
top: 5,
|
||||||
|
|
Loading…
Reference in New Issue