Dev: new dynamic widget for mcp app & Chinese website - #63
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds comprehensive Chinese-language development and extension guides for the Flint Chart project, updates chart documentation to clarify and expand property support, and improves the discoverability of the documentation. The most important changes are grouped below.
Update 1: Dynamic UI
We introduced improved dynamic UI for chart type exploration & property editing
Update 2: New Chinese websites
Details
New Chinese Documentation:
docs/zh-CN/DEVELOPMENT.mdas a full development guide, covering setup, repository structure, build/test commands, chart assembly pipeline, and extension points.docs/zh-CN/adding-a-backend.md, a step-by-step guide for implementing new rendering backends, including code structure, integration steps, and validation checklist.docs/zh-CN/adding-a-chart-template.md, detailing how to add new chart templates to an existing backend, with registration and testing instructions.docs/zh-CN/adding-a-semantic-type.md, explaining how to extend semantic types, register them, and ensure they are tested and documented.Chart Properties and Documentation Updates:
agent-skills/flint-chart-author/SKILL.mdto document new chart properties and clarify behaviors:dodgeproperty to"Grouped Bar Chart"and"Boxplot", and described its usage. [1] [2]"Bar Chart"and"Stacked Bar Chart"usage for single vs. grouped series."Violin Plot","Pie Chart", and"Rose Chart", including new properties likesortSlices. [1] [2]showTextLabelsto"Waterfall"charts.docs/reference-vegalite.mdto remove thegroupencoding from"Bar Chart", reflecting the intended usage.General Documentation Improvement:
README.mdfor improved accessibility.