2 个仓库
Templates that position visual elements based on the structure and type of input data.
Distinct from Layout Templates: Focuses on mapping data structures to coordinates for charts, whereas the parent covers general spatial patterns for UI components.
Explore 2 awesome GitHub repositories matching user interface & experience · Data-Driven Layouts. Refine with filters or upvote what's useful.
Clip 是一个命令行数据可视化工具,旨在从文本描述生成基于图像的图表和图示。它作为一个图表生成器,在无需图形用户界面的情况下将书面数据和描述性模式转换为视觉格式。 该工具专注于生产可缩放矢量图形(SVG),将文本转图表的转换翻译为基于 XML 的矢量路径。这种方法允许自动创建专门适用于开发者文档的技术插图和图表。 该系统采用模板驱动的布局引擎来定位图表元素,并将数据结构映射为几何形状和视觉坐标。
Employs a template-driven layout engine to position chart elements based on input data types.
This project is a web-based document formatting tool designed to generate professional resumes from structured markdown files. It functions as a static site utility that allows users to manage their professional profiles through plain text, ensuring content remains portable and compatible with version control systems. The tool distinguishes itself by performing all document rendering and data processing entirely within the browser. By utilizing a component-driven layout engine, it transforms markdown input into formatted documents in real time without the need for a backend server. Users can
Maps structured markdown data to visual document sections using a component-driven layout engine.