mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +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
12
httpdocs/js/widgets/configs/bar.js
Normal file
12
httpdocs/js/widgets/configs/bar.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/**
|
||||
* (C) 2013-21 - ntop.org
|
||||
* Default configuration to use with bar charts.
|
||||
*/
|
||||
export default {
|
||||
dataset: {
|
||||
|
||||
},
|
||||
options: {
|
||||
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue