Skip to content

Commit 82919ae

Browse files
Merge branch 'master' of https://github.com/BasicPrimitives/javascript into master
2 parents ad8ba48 + 7be6e8c commit 82919ae

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

todo.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,34 @@ API:
22
* Remove HTML templates. Keep onItemRender callback only. Pure ReactJS dedicated API. Align PDF and core JavaScript controls APIs.
33

44
Family Layout
5-
* Project relative item options to the root nodes of the diagram
6-
* Add nodes horizontal alignment in the family diagram
7-
* Place given parent and child on a vertical line in the family diagram—test performance for over 1000 nodes on the vertical line
8-
* Add loops for self looped node
9-
* Fix loops for pair of looped nodes
10-
11-
Connector lines
12-
* Add individual connector lines width, color, and line type values
13-
* Add connector lines scale legend. Add numeric, categorical, and logarithmic scales for connector lines width, color and type values
14-
* Add connector lines side by side tracing option
15-
16-
Connector Annotation
17-
* Fix connector annotation line placement, so its label or spline does not go outside diagram boundaries
18-
* Improve labels placement and offset along with connection line annotation (Pomex)
19-
* Improve parallel splines rendering for connector annotation (Pomex)
5+
* Project `relativeItem` options to the root nodes of the diagram
6+
* Add support of the `horizontalAlignment` property
7+
* Test rendering performance for diagram containing 1000 nodes forming a vertical line using `primaryParent` property
8+
* Add loops rendering for self-looped nodes
9+
* Fix loops for looped parent-child nodes
2010

2111
Organizational Chart Layout
12+
* Add `ChildrenPlacementType.Fork` layout
2213
* Add new item types to draw org diagram in all directions. Star Layered Layout. Preserve layers as a core feature.
23-
* Align children into levels with account for available assistants in parallel branches.
24-
* Fix inactive cursor neighbors nodes visibility for PageFitMode.SelectedItemsOnly mode
14+
* Fix inactive cursor neighbors nodes visibility in PageFitMode.SelectedItemsOnly mode
2515

2616
Frame Markers
27-
* Show annotated nodes markers on the frame. Add showFrameMarkers option for various annotations
28-
* Show neighbors markers on the frame. Add showNeighborsMarkers option for Org and Fam diagrams configs
17+
* Show annotated nodes markers on the frame. Add `showFrameMarkers` option for various annotations
18+
* Show neighbors markers on the frame. Add `showNeighborsMarkers` option for Org and Fam diagrams configs
2919
* Show markers of nearest nodes in vertical and horizontal scroll direction when no nodes are in the viewport. Sparse diagrams support
3020

21+
Connector lines
22+
* Add connector line `lineWidth`, `lineColor`, and `lineType` properties per node or relation
23+
* Add connector lines legend. Add numeric, categorical, and logarithmic scales for connector lines `lineWidth`, `lineColor`, and `lineType` values
24+
* Add connector lines side-by-side tracing option
25+
26+
Connector Annotation
27+
* Fix polyline line and label placement so they don't go outside diagram boundaries
28+
* Improve labels placement and offset along the polyline (Pomex)
29+
* Improve parallel polylines rendering (Pomex)
30+
3131
Highlight Path Annotation
32-
* Fix tracing over loops with account for connector lines direction
32+
* Fix tracing over loops with account for diagram's connector lines direction
3333

3434
Family Label Annotations
3535
* Fix labels placement on loops

0 commit comments

Comments
 (0)