add bar chart to test picker page

This commit is contained in:
gabryon99 2021-03-17 14:07:47 +01:00
parent 53eb644ed6
commit d164d53f97
11 changed files with 200 additions and 41 deletions

View file

@ -0,0 +1,12 @@
/**
* (C) 2013-21 - ntop.org
* Default configuration to use with bar charts.
*/
export default {
dataset: {
},
options: {
}
};