mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
add bar chart to test picker page
This commit is contained in:
parent
53eb644ed6
commit
d164d53f97
11 changed files with 200 additions and 41 deletions
|
|
@ -76,6 +76,10 @@ function widget_gui_utils.register_bubble_chart(name, update_time, datasources,
|
|||
widget_gui_utils.register_chart_widget(name, 'bubble', update_time, datasources, additional_params)
|
||||
end
|
||||
|
||||
function widget_gui_utils.register_bar_chart(name, update_time, datasources, additional_params)
|
||||
widget_gui_utils.register_chart_widget(name, 'bar', update_time, datasources, additional_params)
|
||||
end
|
||||
|
||||
function widget_gui_utils.register_pie_chart(name, update_time, datasources, additional_params)
|
||||
widget_gui_utils.register_chart_widget(name, 'pie', update_time, datasources, additional_params)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue