# Advanced Charts \[Deprecated]

- [Stacked Column 100 Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/advanced-charts/stacked-column-100-chart.md): Stacked column 100 chart is derived from stacked column chart. The difference is that the sum of data series add up to 100%.
- [Stacked Column Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/advanced-charts/stacked-column-chart.md): Stacked column chart is useful for comparison purposes and visualizes data series stacked on top of one another vertically.
- [Stacked Bar Chart 100 \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/advanced-charts/stacked-bar-chart-100.md)
- [Stacked Bar Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/advanced-charts/stacked-bar-chart.md)
- [Stacked Area Chart 100 \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/advanced-charts/stacked-area-chart-100.md): Visualize data relationships with stacked area chart 100
- [Stacked Area Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/advanced-charts/stacked-area-chart.md): Stacked area chart is useful in visualizing changes of part to a whole relationships over a period of time.  With stacked area chart, data is represented as a double layered area.
- [Scatter Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/advanced-charts/scatter-chart.md): Visualize relationships with scatter chart
- [Range Spline Area Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/advanced-charts/range-spline-area-chart.md)
- [Range Column Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/advanced-charts/range-column-chart.md)
- [Range Bar Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/advanced-charts/range-bar-chart.md): Range bar chart is used to display the difference between high and low values over a period or time or comparing data among categories.
- [Range Area Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/advanced-charts/range-area-chart.md): Range area charts are used to display the size difference between high and low values. It is also used to showcase trends in data over a period of time.
- [OHLC Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/advanced-charts/ohlc-chart.md): Easily monitor price movement over a period of time using OHLC chart. This is a financial chart common in stock trading.
- [Candle Stick Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/advanced-charts/candle-stick-chart.md)
- [Bubble Chart \[Deprecated\]](https://docs2.bunifuframework.com/docs/dataviz/advanced-charts/bubble-chart.md)


---

# 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/advanced-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.
