Skip to content

Commit d69df59

Browse files
REA-461, REA-462: adjust popup positions to the new names
1 parent f0d3644 commit d69df59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/features/Popup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function App () {
4040
<ProcessMining
4141
eventLog={data}
4242
timestamp={5}
43-
popupPosition="north"
43+
popupPosition="top"
4444
renderPopup={CustomPopupComponent}
4545
></ProcessMining>
4646
)

src/ProcessMining.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export interface ProcessMiningProps<TEvent extends ActivityEvent, TNeedle> {
277277
*/
278278
renderContextMenu?: ComponentType<RenderContextMenuProps>
279279
/**
280-
* The optional position of the popup. The default is 'north'.
280+
* The optional position of the popup. The default is 'top'.
281281
*/
282282
popupPosition?:
283283
| 'bottom'

0 commit comments

Comments
 (0)