Brian Kotek
Brian Kotek
Hmm, I had not heard of aotSummaries. Do you know of (or have) any examples of how these would be used? The docs look pretty sparse.
FYI, I think drawLineMarker would need to be changed to correctly use a passed radius? ``` if (markerOptions && markerOptions.enabled !== false) { radius = legend.options.symbolRadius || markerOptions.radius; ... ```
Yes, exactly. I see what you're talking about from the API docs, but it seems strange that symbolRadius would deliberately affect only rectangular symbols. Is there some reason for that...
Also, the workaround you mentioned for modifying the points doesn't seem to be an option if the turboThreshold is exceeded, or if the boost module is used (since object-based points...