GRIDAPPSD / gridappsd-viz

GridAPPS-D’s visualization application displays the topology of selected distribution model with highlighted capacitors and regulators. It also include tables with current values for capacitor status (OPEN or CLOSED), regulator voltage, and feeder power. For current release cycle we are using IEEE 8500-Node system model.
http://gridappsd.readthedocs.io/
7 stars 5 forks source link

Feature/ln dropdown menu slider chart #432

Closed ShuhaoBai closed 2 years ago

ShuhaoBai commented 2 years ago
  1. Created dropdown menus to configure TimeSeriesVsTimeSeries simulation comparison.
  2. Added phase column in the comparison result table.
  3. Display the time stamp ticks in the plot chart.
  4. Enabled ZoomIn and ZoomOut functions for the plot charts.
  5. Created separated charts for each phase, angle, and magnitude line.
  6. Updated notification message when start fetching results, fetching ends and if there is no sufficient data to plot.
  7. Tested with small, medium data with expected outcomes, but getting error with large final9500node.

This change is Reviewable

ShuhaoBai commented 2 years ago

Migrated all changes above to the new branch feature/refactor-comparison-results, will open new PR.