Skip to content

Move usage_graph component to vue_shared folder

Ammar Alakkad requested to merge 334888-extract-usage-graph-to-vue_shared into master

What does this MR do?

  • Move usage_graph.vue to vue_shared/ allowing it to be used by ee/../storage_counter and app/../projects/storage_counter (will be added in !68866 (merged)).
  • Add usage_graph.vue storybook file.

Screenshots or Screencasts (strongly suggested)

How to setup and validate locally (strongly suggested)

  1. yarn storybook:install to install storybook's dependencies
  2. yarn storybook:start to build and start storybook
  3. Navigate to storage_counter -> usage_graph

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #334888

Edited by Ammar Alakkad

Merge request reports