Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add version badge for Gantt chart #4167

Merged
merged 2 commits into from
Mar 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/components/charts/charttypes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ The result is illustrated in <<figure.charts.charttypes.pie.donut>>.
[.fill.white]
image::img/charts-donut.png[width="60%"]


[role="since:com.vaadin:[email protected]"]
[[charts.charttypes.gantt]]
== Gantt Charts

Expand Down
4 changes: 2 additions & 2 deletions articles/components/charts/gantt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ order: 9
version: since:com.vaadin:[email protected]
---


[[charts.gantt]]
= Gantt Chart

= [since:com.vaadin:[email protected]]#Gantt Chart#

A Gantt chart is a type of bar chart that can represent a project schedule. It's used for planning and scheduling projects, for displaying the start and finish dates of a project's various elements. It can help in visualizing a project's timeline, task dependencies, and progress.

Expand Down
2 changes: 1 addition & 1 deletion articles/components/charts/usage-with-lit.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ include::{root}/frontend/demo/component/charts/charts-polar.ts[render,tags=snipp
----
--


[role="since:com.vaadin:[email protected]"]
== Gantt Chart

[.example]
Expand Down
1 change: 1 addition & 0 deletions articles/components/charts/usage-with-react.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ include::{root}/frontend/demo/component/charts/react/charts-polar.tsx[render,tag
----
--

[role="since:com.vaadin:[email protected]"]
== Gantt Chart

[.example]
Expand Down