fslaborg / fslaborg/FSharp.Charting
Modal versus Modeless window
Open
- Dominant language
- F#
- Stars
- 209
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
The Display chart function: Show
should be renamed to ShowDialog // a modal window
(because it is calling f.ShowDialog() |> ignore )
A better solution is to change it to f.Show() |> ignore // a modeless window
( which is the correct window type for displaying charts)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.