Skip to content
Closed
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
11 changes: 9 additions & 2 deletions docs/assets/examples/markdown/features/3.chart.idoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/web-deploy/json/features/3.chart.idoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down