Open markovicboban opened 6 years ago
It looks like at least documentation was added for this chart type here:
https://github.com/swimlane/ngx-charts/blob/master/docs/examples/bubble-chart.md
though it doesn't seem to be published yet to the online docs. It also doesn't look like there is support for other shapes :(
This is also what I'm looking for as well, perhaps @marjan-georgiev could chime in here-
@Pikadili83 I did find that you can use the css clip-path property to change the svg shape:
clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
But I'm not sure if there's a good way to add a custom css style to a specific data series?
ngx-charts
tag) or the gitter chat for support questionsCurrent behavior When using bubble chart, all dots are circles. Is it possible to have a custom shape (triangle for example) instead of a circle?