diff --git a/docs/assets/examples/markdown/features/3.chart.idoc.md b/docs/assets/examples/markdown/features/3.chart.idoc.md index c1ae74ba..cd06b6e3 100644 --- a/docs/assets/examples/markdown/features/3.chart.idoc.md +++ b/docs/assets/examples/markdown/features/3.chart.idoc.md @@ -39,8 +39,15 @@ ``` -## Chart -Use charts for data visualizations with Vega-Lite specifications. +## Simple Chart Example + +This example is intentionally kept simple to help new users learn the basics of Chartifact without being overwhelmed. It demonstrates: + +- Basic Vega-Lite chart syntax +- Simple data structure +- Standard bar chart visualization + +Chartifact supports the full power of Vega and Vega-Lite, including interactive features, complex visualizations, and advanced data transformations. ```json vega-lite diff --git a/packages/web-deploy/json/features/3.chart.idoc.json b/packages/web-deploy/json/features/3.chart.idoc.json index c07c59a8..8f4bf3a6 100644 --- a/packages/web-deploy/json/features/3.chart.idoc.json +++ b/packages/web-deploy/json/features/3.chart.idoc.json @@ -34,7 +34,7 @@ { "groupId": "main", "elements": [ - "## Chart\nUse charts for data visualizations with Vega-Lite specifications.", + "## Simple Chart Example\n\nThis example is intentionally kept simple to help new users learn the basics of Chartifact without being overwhelmed. It demonstrates:\n\n- Basic Vega-Lite chart syntax\n- Simple data structure\n- Standard bar chart visualization\n\nChartifact supports the full power of Vega and Vega-Lite, including interactive features, complex visualizations, and advanced data transformations.", { "type": "chart", "chartKey": "1"