@visactor/vchart
Version:
charts lib based @visactor/VGrammar
18 lines (16 loc) • 384 B
JavaScript
import { baseSeriesMark } from "../base/constant";
export const treemapSeriesMark = Object.assign(Object.assign({}, baseSeriesMark), {
nonLeaf: {
name: "nonLeaf",
type: "rect"
},
leaf: {
name: "leaf",
type: "rect"
},
nonLeafLabel: {
name: "nonLeafLabel",
type: "text"
}
});
//# sourceMappingURL=constant.js.map