fnproject / ui

User interface for fn project.
Apache License 2.0
89 stars 21 forks source link

Move Graph Legend to Vue Component #62

Closed vzDevelopment closed 5 years ago

vzDevelopment commented 5 years ago

About

Moving the graph legend code to a Vue component means we don't need to modify the DOM directly (which is frowned upon).

Related Issues

Fixes #40.

To test

Run some functions and watch the graphs update on the app listing and detailed apps page. In particular pay attention to the legend. No new functionality has been added so it should behave as per the previous functionality.

carimura commented 5 years ago

double sweet