bbovenzi commented on code in PR #44074:
URL: https://github.com/apache/airflow/pull/44074#discussion_r1846637544
##########
airflow/ui/package.json:
##########
@@ -17,18 +17,20 @@
},
"dependencies": {
"@chakra-ui/anatomy": "^2.2.2",
- "@chakra-ui/react": "^3.0.2",
+ "@chakra-ui/react": "^3.1.1",
"@codemirror/lang-json": "^6.0.1",
"@emotion/react": "^11.13.3",
"@tanstack/react-query": "^5.52.1",
"@tanstack/react-table": "^8.20.1",
- "@uiw/react-codemirror": "^4.23.5",
"@uiw/codemirror-themes-all": "^4.23.5",
+ "@uiw/react-codemirror": "^4.23.5",
"axios": "^1.7.7",
"chakra-react-select": "6.0.0-next.2",
+ "chart.js": "^4.4.6",
Review Comment:
I tried using echarts for this and it was very difficult to size and
position it properly and without typescript errors. And chartjs has better
documentation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]