vault/ui/stories/http-requests-bar-chart-simple.md
Angel Garbarino 3e29ba962c
Add Core Usage Metrics Components to Storybook (#8401)
* add core usage metrics components to storybook, rename component from small to simple

* remove const from js file

* remove grid container knob from selectable-card
2020-03-02 10:12:34 -07:00

1.2 KiB

HttpRequestsBarChartSimple

The HttpRequestsBarChartSimple is a simplified version of the HttpRequestsBarChart component.

Params

Param Type Default Description
counters Array A list of objects containing the total number of HTTP Requests for each month. counters should be the response from the /internal/counters/requests. The response is then filtered showing only the 12 most recent months of data. This property is called filteredHttpsRequests.

Example

<HttpRequestsBarChartSimple @counters={counters}/>

See