logo

G6

  • 文档
  • API
  • 图表示例
  • 社区
  • 所有产品antv logo arrow
  • 5.0.47
  • 简介
  • 开始使用
    • 快速开始
    • 安装
    • 前端框架集成
      • 在 React 中使用
      • 在 Vue 中使用
      • 在 Angular 中使用
    • 详细教程
  • 图 Graph
    • Graph - 图
    • Options 配置项
    • 内置扩展
    • Extension - 扩展
  • 数据 Data
  • 元素 Element
    • 元素总览
    • 元素状态
    • 节点 Node
      • 节点总览
      • 内置节点
        • 节点通用配置项
        • Diamond 菱形
        • Donut 甜甜圈
        • Ellipse 椭圆形
        • Hexagon 六边形
        • Html HTML
        • Image 图片
        • Rect 矩形
        • Star 五角形
        • Triangle 三角形
        • Circle 圆形
      • 自定义节点
      • 使用 React 定义节点
    • 边 Edge
      • 边总览
      • 内置边
        • 边通用配置项
        • Cubic 三次贝塞尔曲线
        • CubicHorizontal 水平三次贝塞尔曲线
        • CubicVertical 垂直三次贝塞尔曲线
        • Line 直线
        • Polyline 折线
        • Quadratic 二次贝塞尔曲线
      • 自定义边
    • 组合 Combo
      • 组合总览
      • 内置组合
        • 组合配置项
        • Circle 圆形
        • Rect 矩形
      • 自定义 Combo
    • 图形 Shape
      • 图形 Shape 与 KeyShape
      • 原子 Shape 以及其属性
      • 复合 Shape 的设计与实现
  • 布局 Layout
    • 布局总览
    • 内置布局
      • 布局通用配置项
      • AntvDagre 布局
      • Circular 环形布局
      • ComboCombined 复合布局
      • CompactBox 紧凑树
      • Concentric 同心圆布局
      • D3Force 力导向布局
      • D3Force3D 3D 力导向布局
      • Dagre 布局
      • Dendrogram 生态树
      • Fishbone 鱼骨布局
      • Force 力导向布局
      • ForceAtlas2 力导向布局
      • Fruchterman 力导向布局
      • Grid 网格布局
      • Indented 缩进树
      • MDS 高维数据降维布局
      • Mindmap 脑图树
      • Radial 径向布局
      • Random 随机布局
      • Snake 蛇形布局
    • 自定义布局
  • 交互 Behavior
    • 交互总览
    • 内置交互
      • AutoAdaptLabel 标签自适应显示
      • BrushSelect 框选
      • ClickSelect 点击选中
      • CollapseExpand 展开/收起元素
      • CreateEdge 创建边
      • DragCanvas 拖拽画布
      • DragElement 拖拽元素
      • DragElementForce 力导向拖拽元素
      • FixElementSize 缩放画布时固定元素大小
      • FocusElement 聚焦元素
      • HoverActivate 悬停激活
      • LassoSelect 套索选择
      • OptimizeViewportTransform 优化视口变换
      • ScrollCanvas 滚动画布
      • ZoomCanvas 缩放画布
    • 自定义交互
  • 插件 Plugin
    • 插件总览
    • 内置插件
      • Background 背景
      • BubbleSets 气泡集
      • Contextmenu 上下文菜单
      • EdgeBundling 边绑定
      • EdgeFilterLens 边过滤镜
      • Fisheye 鱼眼放大镜
      • Fullscreen 全屏展示
      • GridLine 网格线
      • History 历史记录
      • Hull 轮廓包围
      • Legend 图例
      • Minimap 小地图
      • Snapline 对齐线
      • Timebar 时间条
      • Toolbar 工具栏
      • Tooltip 提示框
      • Watermark 水印
    • 自定义插件
  • 数据处理 Transform
    • 数据处理总览
    • 内置数据处理
      • MapNodeSize 动态调整节点大小
      • PlaceRadialLabels 径向标签
      • ProcessParallelEdges 平行边
    • 自定义数据处理
  • 主题 Theme
    • 主题总览
    • 自定义主题
    • 色板
    • 自定义色板
  • 动画 Animation
    • 动画总览
    • 自定义动画
  • 扩展阅读
    • 事件
    • 渲染器
    • 坐标系
    • 下载图片
    • 使用 iconfont
    • 使用 3D
    • 项目打包
  • 版本特性
    • 新版本特性
    • 升级到 5.0
  • 常见问题
  • 参与贡献

GridLine 网格线

上一篇
Fullscreen 全屏展示
下一篇
History 历史记录

Resources

Ant Design
Galacea Effects
Umi-React 应用开发框架
Dumi-组件/文档研发工具
ahooks-React Hooks 库

社区

体验科技专栏
seeconfSEE Conf-蚂蚁体验科技大会

帮助

GitHub
StackOverflow

more products更多产品

Ant DesignAnt Design-企业级 UI 设计语言
yuque语雀-知识创作与分享工具
EggEgg-企业级 Node 开发框架
kitchenKitchen-Sketch 工具集
GalaceanGalacean-互动图形解决方案
xtech蚂蚁体验科技
© Copyright 2025 Ant Group Co., Ltd..备案号:京ICP备15032932号-38

Loading...

概述

网格线插件为画布提供可视化辅助线,帮助用户精确定位和对齐图形元素,是图形绘制中不可或缺的辅助工具。

使用场景

网格线插件主要适用于以下场景:

  • 辅助用户精确绘图和元素对齐
  • 提供视觉参考,增强空间感知
  • 在设计和编辑图形时构建结构化的参考系统

基本用法

以下是一个简单的 GridLine 插件初始化示例:

const graph = new Graph({
plugins: [
{
type: 'grid-line',
key: 'my-grid-line', // 指定唯一标识符,便于后续动态更新
size: 20,
stroke: '#0001',
follow: true,
},
],
});

在线体验

createGraph(
{
data: { nodes: [{ id: 'node-1' }] },
node: { style: { fill: '#7e3feb' } },
edge: { style: { stroke: '#8b9baf' } },
layout: { type: 'force' },
behaviors: ['drag-canvas'],
plugins: [{ type: 'grid-line', key: 'grid-line', size: 30 }],
},
{ width: 600, height: 300 },
(gui, graph) => {
const LINE_STYLE = ['none', 'hidden', 'dotted', 'dashed', 'solid', 'double', 'groove', 'ridge', 'inset', 'outset'];
const options = {
type: 'grid-line',
border: true,
borderLineWidth: 1,
borderStroke: '#eee',
borderStyle: 'solid',
follow: false,
lineWidth: 1,
size: 20,
stroke: '#eee',
};
const optionFolder = gui.addFolder('Gird Line Options');
optionFolder.add(options, 'type').disable(true);
optionFolder.add(options, 'size', 1, 50, 1);
optionFolder.add(options, 'lineWidth', 1, 10, 1);
optionFolder.addColor(options, 'stroke');
optionFolder.add(options, 'border');
optionFolder.add(options, 'borderLineWidth', 1, 10, 1);
optionFolder.add(options, 'borderStyle', LINE_STYLE);
optionFolder.addColor(options, 'borderStroke');
optionFolder.add(options, 'follow');
optionFolder.onChange(({ property, value }) => {
graph.updatePlugin({
key: 'grid-line',
[property]: value,
});
graph.render();
});
},
);

配置项

属性描述类型默认值必选
type插件类型stringgrid-line✓
key插件的唯一标识,可用于获取插件实例或更新插件选项string-
border是否显示边框booleantrue
borderLineWidth边框线宽number1
borderStroke边框颜色,详细属性参考 CSS border-colorstring#eee
borderStyle边框样式,详细属性参考 CSS border-stylestringsolid
follow是否跟随画布移动boolean \| {translate ?: boolean, zoom?: boolean}false
lineWidth网格线宽度number | string1
size网格单元大小,单位为像素number20
stroke网格线颜色string#eee

follow

follow 属性用于控制网格线是否跟随画布的变换操作。它支持两种配置方式:

  1. 布尔值配置:当设置为 true 时,网格线会同时跟随画布的平移和缩放;设置为 false 时则保持静态。
// 同时启用跟随平移和缩放
const graph = new Graph({
plugins: [
{
type: 'grid-line',
follow: true,
},
],
});
  1. 对象配置:可以更精细地控制网格线的跟随行为。
// 仅跟随平移,不跟随缩放
const graph = new Graph({
plugins: [
{
type: 'grid-line',
follow: {
translate: true, // 跟随平移
zoom: false, // 不跟随缩放
},
},
],
});
// 仅跟随缩放,不跟随平移
const graph = new Graph({
plugins: [
{
type: 'grid-line',
follow: {
translate: false, // 不跟随平移
zoom: true, // 跟随缩放
},
},
],
});

当网格线跟随缩放时,它会保持与画布内容的相对位置关系,使得对齐参考更加精准。跟随平移则让网格随着画布内容一起移动,增强空间连续性的视觉体验。

代码示例

基础网格线

最简单的方式是直接使用预设配置:

const graph = new Graph({
// 其他配置...
plugins: ['grid-line'],
});

效果如下:

createGraph(
{
data: { nodes: [{ id: 'node-1', style: { x: 150, y: 75 } }] },
behaviors: ['drag-canvas'],
plugins: ['grid-line'],
},
{ width: 300, height: 150 },
);

自定义样式

您可以根据需要自定义网格线的样式:

const graph = new Graph({
// 其他配置...
plugins: [
{
type: 'grid-line',
stroke: '#1890ff33', // 蓝色半透明网格线
lineWidth: 2,
size: 40, // 更大的网格单元
borderStroke: '#1890ff', // 蓝色边框
borderLineWidth: 2,
},
],
});

效果如下:

createGraph(
{
data: { nodes: [{ id: 'node-1', style: { x: 150, y: 75 } }] },
behaviors: ['drag-canvas'],
plugins: [
{
type: 'grid-line',
stroke: '#1890ff33', // 蓝色半透明网格线
lineWidth: 2,
size: 40, // 更大的网格
borderStroke: '#1890ff', // 蓝色边框
borderLineWidth: 2,
},
],
},
{ width: 300, height: 150 },
);

跟随移动

启用 follow 选项可以让网格跟随画布移动,增强用户体验:

const graph = new Graph({
// 其他配置...
behaviors: ['drag-canvas', 'zoom-canvas'],
plugins: [
{
type: 'grid-line',
follow: true, // 网格跟随画布移动
},
],
});

试着拖拽/缩放画布,观察网格的跟随效果:

createGraph(
{
data: { nodes: [{ id: 'node-1', style: { x: 150, y: 75 } }] },
behaviors: ['drag-canvas', 'zoom-canvas'],
plugins: [
{
type: 'grid-line',
follow: true, // 网格跟随画布移动
},
],
},
{ width: 300, height: 150 },
);

动态更新网格

使用 key 标识符可以在运行时动态更新网格属性:

// 初始化配置
const graph = new Graph({
// 其他配置...
plugins: [
{
type: 'grid-line',
key: 'my-grid',
size: 20,
},
],
});
// 后续动态更新
graph.updatePlugin({
key: 'my-grid',
size: 40, // 更新网格大小
stroke: '#ff4d4f', // 更新网格颜色
});

实际案例