Skip to content

Commit a885d68

Browse files
JaszkowicaeschiHenrietteNraphael-arce
authored
feat: data vis (#942)
* feat: first draft stats * feat: charts first draft * feat: first draft density map * feat: first draft contour plot * fix: projection * fix: density settings * feat: make prettier * feat: styling * feat: make bar-chart nice * chore: refactor * feat: line chart pretty * feat: legend for density map * feat: donut chart with leafs * feat: donut chart leaf images * feat: leaf image bigger, total tree species count from backend * feat: flip cards * feat: corner radius for donut chart * fix: position and size of labels * feat: bar chart tooltip * fix: use effect in bar chart * fix: types, chore: cleanup * chore: refactor * fix: build errors * chore: refactoring, cleanup * Rename WEISSDORN.png to WEIßDORN.png * feat: get chart colors from tailwind config * fix: use dynamic color names in inline style * feat: make response by dynamically setting width * feat: make pretty on mobile * feat: loading states * fix: use max temperature * feat: donut chart labels and ordering * chore: organize imports * feat: i18n * fix: missing i18n * fix: import * feat: move text from chart files to i18n - move text from chart files to i18n - fix wording * fix: linting error * feat: switch legend to rect for rounded corners * feat: change densitymap colors * feat: style and text adjustments - change info icon and back link to gdk blue and semibold - add tree colors - exchange unknown tree image - add all text to i18n - styling info card - adjust padding - use existing skeleton animation * feat: icon and cards styling * feat: removing white space * feat: add arrow annotation to temperatur * feat: add total watering amount * feat: add feedback links * feat: change order of temperatur graph * feat: add info texts DE * feat: adjust hover effects on cards * feat: watering volume tooltip * fix: click tooltip on mobile * feat: last changes with PO - simplified bar chart * feat: text changes * feat: update internationalization and legend * feat: cleanup and code comments * feat: polish of english and german translation * refactor: simplify the stats page and its components Signed-off-by: Raphael Arce <[email protected]> --------- Signed-off-by: Raphael Arce <[email protected]> Co-authored-by: aeschi <[email protected]> Co-authored-by: HenrietteN <[email protected]> Co-authored-by: Raphael Arce <[email protected]>
1 parent 689adff commit a885d68

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+17547
-8
lines changed

package-lock.json

+651-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@
1616
},
1717
"dependencies": {
1818
"@supabase/supabase-js": "2.43.1",
19+
"@types/d3": "7.4.3",
20+
"d3": "7.9.0",
21+
"d3-contour": "4.0.2",
1922
"date-fns": "3.6.0",
2023
"mapbox-gl": "3.3.0",
2124
"react": "18.3.1",
25+
"react-card-flip": "1.2.3",
2226
"react-dom": "18.3.1",
2327
"react-markdown": "9.0.1",
2428
"react-share": "5.1.0",

0 commit comments

Comments
 (0)