mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added timeline chart to apexcharts
This commit is contained in:
parent
48830741cc
commit
ce7e93ae89
4 changed files with 66 additions and 34 deletions
|
|
@ -79,6 +79,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_timeline_chart(name, update_time, datasources, additional_params)
|
||||
widget_gui_utils.register_chart_widget(name, 'rangeBar', 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue