Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import Chart from "../../core.js";
|
||||
export const name = "testIntersection";
|
||||
export const schema = {
|
||||
a: {
|
||||
uniqueIncrement: true
|
||||
},
|
||||
b: {
|
||||
uniqueIncrement: true
|
||||
},
|
||||
aAndB: {
|
||||
intersection: [
|
||||
"a",
|
||||
"b"
|
||||
]
|
||||
}
|
||||
};
|
||||
export const entity = Chart.schemaToEntity(name, schema);
|
||||
Reference in New Issue
Block a user