Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
import Chart from "../../core.js";
|
||||
export const name = "users";
|
||||
export const schema = {
|
||||
"local.total": {
|
||||
accumulate: true
|
||||
},
|
||||
"local.inc": {
|
||||
range: "small"
|
||||
},
|
||||
"local.dec": {
|
||||
range: "small"
|
||||
},
|
||||
"remote.total": {
|
||||
accumulate: true
|
||||
},
|
||||
"remote.inc": {
|
||||
range: "small"
|
||||
},
|
||||
"remote.dec": {
|
||||
range: "small"
|
||||
}
|
||||
};
|
||||
export const entity = Chart.schemaToEntity(name, schema);
|
||||
Reference in New Issue
Block a user