InetIntel / ioda-ui

Other
2 stars 0 forks source link

Feature/highcharts #88

Closed arvinpoddar closed 1 year ago

arvinpoddar commented 1 year ago

Ports the existing chart from CanvasJS to Highcharts, introducing two new features: the time slicer and image exporting. The time slicer allows for visualization of a longer time period than the original requested window, allowing for more historical data analysis without any additional user action. Image exporting allows the user to export their current view of the graph as a PNG, JPEG, or SVG, making it easier to share IODA findings.

These features required substantial changes to the Entity page and time calculation functions.