diff --git a/ui/stories/charts/topo-viz.stories.js b/ui/stories/charts/topo-viz.stories.js index 8a1c4df4e..dc4bb3277 100644 --- a/ui/stories/charts/topo-viz.stories.js +++ b/ui/stories/charts/topo-viz.stories.js @@ -6,6 +6,8 @@ import hbs from 'htmlbars-inline-precompile'; import DelayedTruth from '../utils/delayed-truth'; import { withKnobs, boolean } from '@storybook/addon-knobs'; +import { getOwner } from '@ember/application'; +import { tracked } from '@glimmer/tracking'; import { scaleLinear } from 'd3-scale'; import faker from 'faker'; @@ -155,8 +157,39 @@ export let FullViz = () => ({ allocModelGen('1', 'name', 'running', '1', 'job-1', '200/500'), allocModelGen('1', 'name', 'running', '5', 'job-1', '200/500'), ], - setAllocation() { - console.log('hmm'); + }, +}); + +export let EmberData = () => ({ + template: hbs` +
Change the mirage scenario to see different cluster states visualized.
+