mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Remove usused code
This commit is contained in:
parent
d3b76d2a72
commit
21c11396ce
1 changed files with 0 additions and 5 deletions
|
|
@ -250,11 +250,6 @@ function attachStackedChartCallback(chart, schema_name, url, chart_id, params) {
|
|||
disabled: true, /* hidden by default */
|
||||
});
|
||||
|
||||
// TODO pass as parameter
|
||||
var sparkline = $("#trend-sparkline");
|
||||
sparkline.html(smooth(total_serie, 10 /* num_points */).join(","));
|
||||
sparkline.peity("line", { width: 40, height: 22, max: null });
|
||||
|
||||
// get the value formatter
|
||||
var formatter = getValueFormatter(schema_name, series);
|
||||
var value_formatter = formatter[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue