Graphic Walker version 0.5 propsals #240
islxyqwe
started this conversation in
Show and tell
Replies: 1 comment
-
this prop cannot handle when SpecList has changed(etc. add a new Chart).
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Graphic Walker 0.5.0 Propsals
new API design
Basic Usage
this usage will provide a very simple dataSource Chooser that will be override by computation/dataSource.
Data Usage
With Controlled State Usage
PureRenderer Props change
Specification changes
the rule of OneOf/NotIn filter will be Array instead of Set.
and there is no difference between IChart and IChartForExport, so IChartForExport is removed.
GraphicWalker new property
the Props of is the IVizProps interface above.
the storeRef is Removed,and combined into ref
a Storybook for GraphicWalker example
Add a storybook that includes examples of using GraphicWalker. then you can view the examples in our website.
standalone DataSource Component for GraphicWalker
can be used to connect a exist database, import csv and use it for graphic walker.
Beta Was this translation helpful? Give feedback.
All reactions