FLUTTER ECOSYSTEM

luizbarboza/d4

D4 は Dart 言語と Flutter エコシステムに D3.js のすべての力をもたらします

d4 のプロジェクト画像
Stars
39
Forks
5
最終プッシュ(UTC)
2024/09/08
プロジェクト状態
公開中
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.