# Basic Charts \[Deprecated]

- [Step Line Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/basic-charts/step-line-chart.md): Step line chart is derived from line chart and is used to display non-uniform changes and show periods with no data and as well as its magnitude.
- [Step Area Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/basic-charts/step-area-chart.md): Step area chart is derived from area chart. Use step area chart to show periods without change and show the exact time of each change within a trend.
- [Spline Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/basic-charts/spline-chart.md): Create smooth line charts
- [Pie Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/basic-charts/pie-chart.md): Easily use pie charts to show proportions in percentage form of categories of data. The full circle represents cumulative of all sections.
- [Line Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/basic-charts/line-chart.md): Simply use line chart to show trends over a period of time. The data is shown as a continuous line and is useful in emphasizing changes over a period of time.
- [Doughnut Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/basic-charts/doughnut-chart.md): Simply use doughnut chart to show comparison. A doughnut chart is derived from a pie chart the difference is doughnut chart has no middle area. Doughnut chart is great at showing part to a whole.
- [Bar Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/basic-charts/bar-chart.md): Comparatively bring data to life with Bar Chart
- [Area Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/basic-charts/area-chart.md): Show data trends with area chart
- [Column Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/basic-charts/column-chart.md): Simply use column chart to show comparison. Bunifu Column Chart displays data using vertical bars


---

# Agent Instructions: 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:

```
GET https://docs2.bunifuframework.com/docs/dataviz/basic-charts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
