> For the complete documentation index, see [llms.txt](https://tsdocs.vitaracharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tsdocs.vitaracharts.com/readme/time-bucket.md).

# Time Bucket

## Time Bucket – Change the Date Bucketing

You can change the date bucketing for columns with date values in tables. To do this, hover over a column name in the table and click the ![More options menu icon](https://lh7-rt.googleusercontent.com/docsz/AD_4nXcdrJBjfncMW7iH_37OwPh2e6qtJuvXK3PYBnaCUIlZ_6PxjYI792tlL7PavpmT92atk5mimKHGTv4c0V730kKeK1lP9pIc4ymX0zIczclq1NGyx9DVE7RAIr-1XwgBJETrK6Mm?key=zRKIQnLOkaNPpynuXhqEaw) More menu icon.

Users allow you to bucket data at various levels of granularity—ranging from detailed (minute or Second) to broader levels like year. You can also group data based on its position relative to a larger time bucket. . For example, you can group data by month of quarter, or week of month. This flexibility helps tailor your analysis to the time-based trends most relevant to your reporting needs.

### ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXcBXzjmqarDCNAZWY1zXvAKzjjsgTxQDfbcuKJTuTraMBnnRBV_6W661ZA4UBenwsDHe4iEalyNf47wjGFw4Bkf8BuWH03T2OMfJU2QkpZ6yOEl5ubd0BH5YTvsEXVBMmFy2KJZ?key=zRKIQnLOkaNPpynuXhqEaw)

Apply any of the VitaraCharts, such as the Vitara Bar Chart shown in the screenshot below. All relevant chart elements—data labels, axis labels, and tooltips—will consistently display the date in the format applied through the  bucketing settings.<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeNn8oSNBr22R90L1u8SFA1pWf-_jwhpiWDy9gE31EIFfy-_vjIEBbo7DPqSmVshaL7xiYRamvzda_Tx1byvEokm-xu0k0hCj2Coi1EDFdc-M-L8n4uJiIaCTx9S4n-7AflUdaWnQ?key=zRKIQnLOkaNPpynuXhqEaw" alt=""><figcaption></figcaption></figure>

### <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://tsdocs.vitaracharts.com/readme/time-bucket.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
