You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the size scale is defined in setPointSize(), and is bound to the chart object as chart.sizeScale. You'll probably want to re-use it to create the legend. Feel free to just put the code to create the legend in that setPointSize() file or to break it out in to its own method saved elsewhere and called from onResize()
Draw a point size legend
onLayout()
, and update it inOnResize/customizePoints/setPointSize()
Basic idea is in this example and lots of others ...
The text was updated successfully, but these errors were encountered: