Tag

Gantt Chart

0 views collected around this technical thread.

Top Architect
Top Architect
Mar 10, 2025 · Artificial Intelligence

Using DeepSeek to Generate Mermaid Diagrams: Flowcharts, Gantt Charts, and Sequence Diagrams

This guide demonstrates how to leverage the DeepSeek AI model to automatically create Mermaid diagram code for flowcharts, Gantt charts, and sequence diagrams, walk through the required prompts, show the generated code, and compare Mermaid with traditional mind‑mapping tools.

AIDeepSeekDiagram Generation
0 likes · 6 min read
Using DeepSeek to Generate Mermaid Diagrams: Flowcharts, Gantt Charts, and Sequence Diagrams
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 30, 2025 · Frontend Development

Implementing and Optimizing a Gantt Chart with Konva in Frontend Development

This article explains how to build a Gantt chart using Konva, detailing the layer structure, rendering logic, scrolling handling, performance optimizations, and provides TypeScript code examples for configuration, drawing, and event management.

Gantt ChartKonvaPerformance Optimization
0 likes · 21 min read
Implementing and Optimizing a Gantt Chart with Konva in Frontend Development
360 Quality & Efficiency
360 Quality & Efficiency
Apr 14, 2023 · Frontend Development

Implementing a Resizable, Drag‑Drop Gantt Chart Component with Vue 3

This article explains how to build a full‑featured Gantt chart in Vue 3, covering the UI layout with left‑hand tree panels and right‑hand timeline, synchronization of scrolling and state, draggable and resizable task bars, date‑generation utilities for various time scales, and performance considerations for large data sets.

Drag and DropGantt ChartJavaScript
0 likes · 16 min read
Implementing a Resizable, Drag‑Drop Gantt Chart Component with Vue 3