Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5c600 commit 4912e3fCopy full SHA for 4912e3f
‎client/packages/lowcoder-comps/src/comps/sunburstChartComp/sunburstChartPropertyView.tsx
@@ -31,8 +31,8 @@ export function sunburstChartPropertyView(
31
</div>
32
),
33
})}
34
- {children.echartsTitle.propertyView({ label: trans("treeChart.title") })}
35
- {children.tooltip.propertyView({label: trans("treeChart.tooltip")})}
+ {children.echartsTitle.propertyView({ label: trans("sunburstChart.title") })}
+ {children.tooltip.propertyView({label: trans("sunburstChart.tooltip")})}
36
</Section>
37
<Section name={sectionNames.interaction}>
38
{children.onEvent.propertyView()}
0 commit comments