Skip to content

Commit d74d214

Browse files
committed
6.0.2 issues
1 parent fb8e4e6 commit d74d214

File tree

4 files changed

+626
-579
lines changed

4 files changed

+626
-579
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ A demo application is available on apex.oracle.com
1515

1616
- Added inline .js and .css files (APEX 20.2 deprecated those files)
1717
- Fixed dynamic action "dblclick"
18-
- Added dynamic documentationPreview image
18+
- Added dynamic action "keydown"
19+
- Added on link (text) click event trigger "onClick"
20+
- Added dynamic documentation
21+
- Fixed issue [#3](https://github.com/grlicaa/D3CollapsibleTreeChart/issues/3)
1922

2023
### V 6.0.1
2124

@@ -120,6 +123,10 @@ To get that data inside following events use next JavaScript expression :
120123

121124
When user move mouse out of tree node circle.
122125

126+
- D3Chart_Keydown
127+
128+
When user use keyboard inside node element this event is triggered.
129+
123130
#### Additional events
124131

125132
In case you need buttons like expand or collapse all you can use following code to achieve that.

0 commit comments

Comments
 (0)