* wip * wip * wip * wip * wip * wip * wip * Update core.ts * wip * wip * #7361 * delete network chart * federationChart強化 apRequestChart追加 * tweak
11 lines
225 B
TypeScript
11 lines
225 B
TypeScript
import Chart from '../../core';
|
|
|
|
export const name = 'test';
|
|
|
|
export const schema = {
|
|
'foo.total': { accumulate: true },
|
|
'foo.inc': {},
|
|
'foo.dec': {},
|
|
} as const;
|
|
|
|
export const entity = Chart.schemaToEntity(name, schema);
|