dlaumer / bioindication

Apache License 2.0
0 stars 0 forks source link

FEATURE: Line and Bar Charts #7

Open dlaumer opened 9 months ago

dlaumer commented 9 months ago

Still depends on the design, but there should be some (interactive) charts to show the analysis. It's still open to what extend they should be interactive and how they should be customizible.

Note: Maybe use external libraries like Plotly, Recharts, Highcharts

dlaumer commented 9 months ago

@sorwat maybe you can do a bit of research what good libraries (especially ones for React and Redux) are out there and which you would propose to use?

But yeah I think we also need to discuss quickly about the design at some point, what needs to be possible to customize.

sorwat commented 9 months ago

I found https://recharts.org/en-US/ and so far I absolutely love them! It's really simple, adjustable and pretty. Let me know if you see anything against that library @dlaumer

sorwat commented 7 months ago

Status of charts implementation and assignments:

Biological water quality and habitat quality:

Biological water quality in relation to physico-chemical properties

Habitat quality in relation to physico-chemical properties

Dependencies within the physico-chemical properties

dlaumer commented 7 months ago

@sorwat for the chart "Biological water quality in relation to habitat quality" I changed the title because that was requested. Also they asked if we can make it a point/line chart, maybe you can look at this? And also I think there is somewhere an outlier because one value is much bigger then the others and it is not the case in the original app?

Note: For the line charts that are still coming and which contain many data points, it could be nice to use this: https://recharts.org/en-US/examples/HighlightAndZoomLineChart