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.