Posted 16 Dec 2019 Link to this post
I am unable to get a legend to show when using the Bubble or Scatter chart types.
I can't see a reason why it would not work, but I do not see any examples of those charts with legends, and I have not had any luck getting it to work.
Posted 17 Dec 2019 Link to this post
Hello, Jonathan,
The legend requires the series to have a name so it can display it:https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/legend/The Chart legend displays the name of the configured data series.
After adding a name to the series in our Bubble Chart example, the legend was shown:https://stackblitz.com/edit/react-dvk6qi?file=app/main.jsx
I hope this is helpful.
Regards, Stefan Progress Telerik