Skip to content

feat: Add chart visualization to data browser #2867

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

Open
wants to merge 27 commits into
base: alpha
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
30d8e1d
Add ChartVisualization component with Chart.js integration
Jul 6, 2025
ea8b48c
feat: add chart toggle button in Toolbar component
Jul 6, 2025
9eb06bb
feat: integrate resizable chart panel in DataBrowser
Jul 6, 2025
de46e5e
fix: numeric series for multiple columns
Jul 6, 2025
e01af27
fix: overflow-x deprecated
Jul 6, 2025
c4c1c29
fix: menu item array error
Jul 6, 2025
c9c4a71
fix: time charts
Jul 6, 2025
96e3cb7
feat: make button from PR #2529 work parallel with graphs
Jul 6, 2025
4a6b901
feat: add better drag and resize rules and techs
Jul 6, 2025
0430fc8
feat: improve chart spawn params
Jul 6, 2025
1ffd95c
fix: data cleaning problems
Jul 6, 2025
870035a
feat: add libs for chart and data transforming
Jul 6, 2025
682db12
fix: chart button label
Jul 7, 2025
8b3cfac
fix: address CodeRabbit review feedback
Jul 7, 2025
6cfda3e
fix: translate remaining Portuguese comments to English
Jul 7, 2025
b131249
fix: translate all remaining Portuguese comments to English
Jul 7, 2025
1f00680
fix: complete Portuguese to English comment translation
Jul 7, 2025
6f10b52
fix: translate final remaining Portuguese comments to English
Jul 7, 2025
d65b238
fix: translate final remaining Portuguese comments to English
weinStag Jul 7, 2025
98a613b
refactor: extract chart data processing into separate utility functions
weinStag Jul 7, 2025
7177ee0
Merge branch 'alpha' into feature/chart-visualization
mtrezza Jul 7, 2025
4ec6cda
Merge branch 'alpha' into feature/chart-visualization
mtrezza Jul 7, 2025
b9432bf
fix: normalize line endings to LF for all files
weinStag Jul 7, 2025
3111c90
fix: update node engine requirements to satisfy dependencies
weinStag Jul 7, 2025
cd510e4
Merge upstream/alpha into feature/chart-visualization
weinStag Jul 7, 2025
94f8e57
fix: update GitHub Actions and resolve CodeRabbit review issues
weinStag Jul 7, 2025
179f6f5
Merge branch 'alpha' into feature/chart-visualization
mtrezza Jul 9, 2025
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
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,16 @@
"@babel/runtime-corejs3": "7.27.4",
"bcryptjs": "3.0.2",
"body-parser": "2.2.0",
"chart.js": "^4.5.0",
"chartjs-adapter-date-fns": "^3.0.0",
"commander": "13.1.0",
"connect-flash": "0.1.1",
"cookie-session": "2.1.0",
"copy-to-clipboard": "3.3.3",
"core-js": "3.42.0",
"csurf": "1.11.0",
"express": "4.21.2",
"date-fns": "^4.1.0",
"express": "^4.21.2",
"fast-deep-equal": "3.1.3",
"graphiql": "2.0.8",
"graphql": "16.11.0",
Expand All @@ -56,13 +59,15 @@
"otpauth": "8.0.3",
"package-json": "7.0.0",
"parse": "3.5.1",
"parse-server": "^8.2.1",
"passport": "0.5.3",
"passport-local": "1.0.0",
"prismjs": "1.30.0",
"prop-types": "15.8.1",
"qrcode": "1.5.4",
"react": "16.14.0",
"react-ace": "14.0.1",
"react-chartjs-2": "^5.3.0",
"react-dnd": "10.0.2",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "16.14.0",
Expand Down
Loading
Loading