Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
import Chart from "../../core.js";
|
||||
export const name = "perUserDrive";
|
||||
export const schema = {
|
||||
totalCount: {
|
||||
accumulate: true
|
||||
},
|
||||
totalSize: {
|
||||
accumulate: true
|
||||
},
|
||||
incCount: {
|
||||
range: "small"
|
||||
},
|
||||
incSize: {},
|
||||
decCount: {
|
||||
range: "small"
|
||||
},
|
||||
decSize: {}
|
||||
};
|
||||
export const entity = Chart.schemaToEntity(name, schema, true);
|
||||
Reference in New Issue
Block a user