Skip to content

Commit

Permalink
fix(plot): fix sunburst data count 0, x isEquel, render issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wb-xcf804241 committed Jun 3, 2024
1 parent b8dad77 commit 049be2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plot/src/mark/sunburst.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const Sunburst: CC<SunburstOptions> = (options) => {
const encode = { ...DEFAULT_OPTIONS.encode, ...encodeOption };
const { value } = encode;
const rectData = transformData({ encode, data });
console.log(rectData, "rectData");

return [
deepMix({}, DEFAULT_OPTIONS, {
type: "rect",
Expand Down

0 comments on commit 049be2a

Please sign in to comment.