- Notifications
You must be signed in to change notification settings - Fork286
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
23 commits Select commitHold shift + click to select a range
0fd92c4 Improve Bar Chart
iamfaranffcef3c Improve Line Chart
iamfaran6ee9d15 Improve Sankey Chart component data
iamfarand37822b Improve Tree Chart
iamfaran672d40d Improve TreeMapChart Data
iamfaran71a498e Improve Sunburst Chart Data
iamfaran55e43b2 Add label toggle in the TreeChart
iamfaran6f26f02 Add label toggle functionality for TreeMap Chart
iamfaran5a6a55f Improve CandleChart Data
iamfarance78c15 Improve Pie Chart Data
iamfaranf81f755 Improve Mermaid Chart Data
iamfaran88a3454 Improve ThemeRiver Component
iamfaran6e62f3d Improve Radar Chart Data
iamfaran4e4280f Improve ScatterChart Data
iamfarand071fc9 Improve GraphChart Data
iamfaran1383bc5 Merge branch 'dev' of github.com:lowcoder-org/lowcoder into charts
iamfaran81bd036 add sankey chart labels
iamfaran4d378da fix label issue for TreeChart
iamfaranc6f8f1d Fix labels issue with sunburst and Treemapchart
iamfaran4305b76 Fix labels for Sankey and Radar chart
iamfaran35234ec Make TreeChart Leaf nodes center aligned
iamfaran3533ef9 remove console logs
iamfaran9a37358 Merge branch 'dev' into charts
raheeliftikhar5File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
10 changes: 5 additions & 5 deletionsclient/packages/lowcoder-comps/src/comps/barChartComp/barChartComp.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
40 changes: 37 additions & 3 deletionsclient/packages/lowcoder-comps/src/comps/barChartComp/barChartConstants.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletionsclient/packages/lowcoder-comps/src/comps/basicChartComp/chartConfigs/barChartConfig.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletionclient/packages/lowcoder-comps/src/comps/line3dChartComp/line3dChartUtils.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -178,7 +178,6 @@ export function getEchartsConfig( | ||
| }, | ||
| } | ||
| }; | ||
| return config; | ||
| } | ||
8 changes: 4 additions & 4 deletionsclient/packages/lowcoder-comps/src/comps/lineChartComp/lineChartComp.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
14 changes: 11 additions & 3 deletionsclient/packages/lowcoder-comps/src/comps/lineChartComp/lineChartConstants.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
91 changes: 89 additions & 2 deletionsclient/packages/lowcoder-comps/src/comps/mermaidComp/index.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletionclient/packages/lowcoder-comps/src/comps/parallelChartComp/parallelChartUtils.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
39 changes: 37 additions & 2 deletionsclient/packages/lowcoder-comps/src/comps/pieChartComp/pieChartConstants.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletionclient/packages/lowcoder-comps/src/comps/pieChartComp/pieChartUtils.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -280,7 +280,6 @@ export function getEchartsConfig( | ||
| ] | ||
| } | ||
| return config; | ||
| } | ||
1 change: 0 additions & 1 deletionclient/packages/lowcoder-comps/src/comps/radarChartComp/radarChartUtils.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletionsclient/packages/lowcoder-comps/src/comps/sankeyChartComp/sankeyChartConstants.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletionsclient/packages/lowcoder-comps/src/comps/sankeyChartComp/sankeyChartPropertyView.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletionsclient/packages/lowcoder-comps/src/comps/sankeyChartComp/sankeyChartUtils.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
27 changes: 26 additions & 1 deletionclient/packages/lowcoder-comps/src/comps/scatterChartComp/scatterChartConstants.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.