## 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** ```js ``` **See** - [Uses of HttpRequestsBarChartSimple](https://github.com/hashicorp/vault/search?l=Handlebars&q=HttpRequestsBarChartSimple+OR+http-requests-bar-chart-simple) - [HttpRequestsBarChartSimple Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/http-requests-bar-chart-simple.js) ---