FLUTTER ECOSYSTEM

luizbarboza/d4

D4 为 Dart 语言和 Flutter 生态系统带来了 D3.js 的全部功能

d4 项目封面
Stars
39
Forks
5
最近推送(UTC)
2024年9月8日
项目状态
未归档
luizbarboza GitHub avatar
GITHUB User

luizbarboza ↗

语言Dart

此仓库发布的插件

使用的依赖

依赖清单 19 项
  • d4_array^1.0.0
  • d4_color^1.0.0
  • d4_dsv^1.0.0
  • d4_format^1.0.0
  • d4_geo^2.0.0
  • d4_geo_parse^1.0.1
  • d4_hierarchy^0.1.0
  • d4_interpolate^1.0.0
  • d4_path^1.0.0
  • d4_polygon^1.0.0
  • d4_random^1.0.0
  • d4_scale^0.1.0
  • d4_scale_chromatic^1.0.0
  • d4_selection^0.1.0
  • d4_shape^1.1.0
  • d4_time^1.0.0
  • d4_time_format^1.0.0
  • lints开发依赖^2.0.1
  • test开发依赖^1.22.0

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

d4

D4 is an ongoing project to port the D3 JavaScript library to the Dart language.

license pub package package publisher

Documentation

D4 brings to the Dart language and Flutter ecosystem all the power of D3 (or D3.js) — a free, open-source JavaScript library for data visualization. D4 offers a suite of low-level tool libraries that enable the creation of data-driven documents, connecting Dart and HTML, as well as dynamic and interactive visualizations for multiplatform Flutter applications — mobile, web, desktop, and embedded — from a single codebase.

See one of:

  • d4_array - List manipulation, ordering, searching, summarizing, etc.
  • d4_color - Color spaces! RGB, HSL, Cubehelix, CIELAB, and more.
  • d4_dsv - A parser and formatter for delimiter-separated values, such as CSV and TSV.
  • d4_format - Format numbers for human consumption.
  • d4_geo - Geographic projections, spherical shapes and spherical trigonometry.
  • d4_hierarchy - 2D layout algorithms for visualizing hierarchical data.
  • d4_interpolate - Interpolate numbers, colors, strings, lists, maps, whatever!
  • d4_path - Serialize Canvas path commands to SVG.
  • d4_polygon - Geometric operations for two-dimensional polygons.
  • d4_random - Generate random numbers from various distributions.
  • d4_scale - Encodings that map abstract data to visual representation.
  • d4_scale_chromatic - Sequential, diverging and categorical color scales.
  • d4_selection - Transform the DOM by selecting elements and joining to data.
  • d4_shape - Graphical primitives for visualization, such as lines and areas.
  • d4_time - A calculator for humanity’s peculiar conventions of time.
  • d4_time_format - Parse and format times, inspired by strptime and strftime.