This commit is contained in:
Nathan Evans 2020-07-27 16:24:38 -07:00 коммит произвёл GitHub
Родитель 7ebc12965d
Коммит e6421f72c2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
This package provides a variety of helpers for applying Thematic to visualizations based on [D3](https://d3js.org/).
D3's generally programming model is to use function chaining to update selections. We provide a variety of applicator functions that work directly with the D3 [selection.call](https://github.com/d3/d3-selection#selection_call) mechanism to apply theme parameters to the selection items.
D3's general programming model is to use function chaining to update selections. We provide a variety of applicator functions that work directly with the D3 [selection.call](https://github.com/d3/d3-selection#selection_call) mechanism to apply theme parameters to the selection items.
For example, you may want to apply the core chart properties to your root svg: