View
Previous
Color En
Next
overview
Loading...
In Ant Design Charts, a View is used to draw multiple marks. A view possesses a coordinate system and serves as the smallest unit for applying interactions.
({children: [{ type: 'interval' }],});
The top-level Chart is, by default, a view:
When composite nodes are added to the top-level Chart, views can be declared using chart.view
:
({data: [],encode: {},scale: {},transform: [],coordinate: {},style: {},labelTransform: {},title: {},axis: {},legend: {},tooltip: {},scrollbar: {},slider: {},interaction: {},theme: {},});