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.