Remove fmbit js function.

The value_js_formatter is now used to format the measurement value in the datatable
This commit is contained in:
emanuele-f 2020-04-16 10:55:43 +02:00
parent 1e5376da95
commit aa2ad9c66e
10 changed files with 15 additions and 13 deletions

View file

@ -143,7 +143,7 @@ return {
-- A list of additional timeseries (the am_host:rtt_* is always shown) to show in the charts.
-- See https://www.ntop.org/guides/ntopng/api/timeseries/adding_new_timeseries.html#charting-new-metrics .
additional_timeseries = {},
-- Js function to call to format the am_host:rtt_* chart value. See ntopng_utils.js .
-- Js function to call to format the measurement value. See ntopng_utils.js .
value_js_formatter = "fmillis",
-- A list of additional notes (localization strings) to show into the timeseries charts
i18n_chart_notes = {},