@visactor/vchart
Version:
charts lib based @visactor/VGrammar
45 lines (43 loc) • 1.02 kB
JavaScript
import { POLAR_END_ANGLE, POLAR_START_ANGLE } from "../../../../constant/polar";
export const sunburst = {
innerRadius: 0,
outerRadius: 1,
startAngle: POLAR_START_ANGLE,
endAngle: POLAR_END_ANGLE,
gap: 0,
labelLayout: {
align: "center",
offset: 0,
rotate: "radial"
},
sunburst: {
style: {
lineWidth: 1,
stroke: {
type: "palette",
key: "backgroundColor"
},
fillOpacity: 1,
cursor: "pointer"
}
},
label: {
visible: !0,
style: {
cursor: "pointer",
fill: {
type: "palette",
key: "primaryFontColor"
},
fontSize: {
type: "token",
key: "l5FontSize"
},
lineHeight: {
type: "token",
key: "l5LineHeight"
}
}
}
};
//# sourceMappingURL=sunburst.js.map