- The composite chart calls
child.plotData() for children (and not ._doRender or ._doRedraw`)
- The composite chart calls
child._activateRenderlets() - with no argument, this does not fire postRender or postRedraw
This is probably an oversight. These are useful: we should add them.
In the meantime, it looks like pretransition and renderlet events do fire okay for child charts.