Comment on Replicating D3 Charts with Swift ChartsComments−jiehong2yRecently, a post about the limits of box plots went through HN. It praised violin plots as better alternatives[0]. Are those supported in Swift Charts?[0]: https://en.m.wikipedia.org/wiki/Violin_plot−sawaaliOP2yNot directly, but like most of the examples in the repository, they can be recreated with some custom drawing.
Comments
Recently, a post about the limits of box plots went through HN. It praised violin plots as better alternatives[0]. Are those supported in Swift Charts?
[0]: https://en.m.wikipedia.org/wiki/Violin_plot
Not directly, but like most of the examples in the repository, they can be recreated with some custom drawing.