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
It would make things even easier if the APIs of the different components where aligned even more:
Support pageSize on GraphicWalker as for TableWalker.
Align API of PureRenderer with GraphicRenderer.
GraphicRenderer can display a chart array. . For some reason PureRenderercan only display one chart in aspec` and this has to be carved out and be assigned to 3 separate props. This means sharing of code/ code reuse is harder.
containerStyle: Add this to PureRenderer to make it easier to control the height.
computation: It would be much easier if PureRenderer supported this argument.
The text was updated successfully, but these errors were encountered:
It would make things even easier if the APIs of the different components where aligned even more:
pageSize
onGraphicWalker
as forTableWalker
.PureRenderer
withGraphicRenderer
.GraphicRenderer
can display achart
array.. For some reason
PureRenderercan only display one chart in a
spec` and this has to be carved out and be assigned to 3 separate props. This means sharing of code/ code reuse is harder.containerStyle
: Add this toPureRenderer
to make it easier to control the height.computation
: It would be much easier ifPureRenderer
supported this argument.The text was updated successfully, but these errors were encountered: