Chronograf折线图增加小数

时间:2019-11-03 06:42:47

标签: influxdb chronograf

我正在使用Chronograf分析一些库存数据,原始数据有5位小数,但是当它们显示在Chronograf中时,仅显示2位小数:

image

如何设置和增加Chronograf中的小数位数?

1 个答案:

答案 0 :(得分:0)

DEFAULT_DECIMAL_PLACES的属性digits从2更改为您首选的小数位。

https://github.com/influxdata/chronograf/blob/master/ui/src/dashboards/constants/index.ts

您需要遵循GitHub指令来编译经修改的源代码,以使更改生效,而不是安装预编译版本。

https://github.com/influxdata/chronograf