mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
12 lines
No EOL
147 B
JavaScript
12 lines
No EOL
147 B
JavaScript
/**
|
|
* (C) 2013-21 - ntop.org
|
|
* Default configuration to use with bar charts.
|
|
*/
|
|
export default {
|
|
dataset: {
|
|
|
|
},
|
|
options: {
|
|
|
|
}
|
|
}; |