Content-Length: 378075 | pFad | http://github.com/lowcoder-org/lowcoder/pull/1656/commits/81bd036327a44cb3304080e50c733872fbc0de1a

2E User friendly Charts Demo Data and Chart Fixes by iamfaran · Pull Request #1656 · lowcoder-org/lowcoder · GitHub
Skip to content

User friendly Charts Demo Data and Chart Fixes #1656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
May 22, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add sankey chart labels
  • Loading branch information
iamfaran committed Apr 28, 2025
commit 81bd036327a44cb3304080e50c733872fbc0de1a
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ let chartJsonModeChildren: any = {
focus: withDefault(BoolControl, true),
tooltip: withDefault(BoolControl, true),
legendVisibility: withDefault(BoolControl, true),
labelVisibility: withDefault(BoolControl, true),
}

if (EchartDefaultChartStyle && EchartDefaultTextStyle && RadarLabelStyle && SankeyLineStyle) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ export function sankeyChartPropertyView(
{children.draggable.propertyView({label: trans("sankeyChart.draggable"), tooltip: trans("sankeyChart.draggableTooltip")})}
{children.focus.propertyView({label: trans("sankeyChart.focus"), tooltip: trans("sankeyChart.focusTooltip")})}
{children.tooltip.propertyView({label: trans("sankeyChart.tooltip"), tooltip: trans("echarts.tooltipTooltip")})}
{children.labelVisibility.propertyView({
label: trans("treeChart.labelVisibility"),
tooltip: trans("echarts.labelVisibilityTooltip")
})}

</Section>
<Section name={sectionNames.interaction}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export function getEchartsConfig(
bottom: `${props?.bottom}%`,
top: `${props?.top}%`,
label: {
show: true,
show: props.labelVisibility,
position: props.echartsLabelConfig.top,
...styleWrapper(props?.detailStyle, theme?.detailStyle,15)
},
Expand Down
2 changes: 2 additions & 0 deletions client/packages/lowcoder-comps/src/i18n/comps/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ export const en = {
defaultTop:'15',
bottom: 'Bottom',
defaultBottom:'10',
labelVisibility: "Label",
labelVisibilityTooltip: "Show or hide the Label of the Chart."
},
funnelChart: {
title: 'Title',
Expand Down








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/lowcoder-org/lowcoder/pull/1656/commits/81bd036327a44cb3304080e50c733872fbc0de1a

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy