Chart-Bar
Scenarios
For displaying comparisons of data sizes in a reporting scenario.
Usage Introductions
To enter the application editor page, simply drag the Chart Component > Bar Chart Component into the respective container.
Property
Properties received from external input for the component
Property Introduction
Property Name | Property Description |
---|---|
Static Data | Users can choose whether to use static data based on actual usage scenarios. It is generally used for demonstration pages without real data, and static data takes precedence over data sources |
Data Model | The chart can render and display data using the data model provided by the data source |
X-Axis Field Selection | Select the field in the data source that provides data for the Y-axis |
Y-Axis Field Selection | Select the field in the data source that provides data for the X-axis |
Grouping | Select the field in the data source that needs to be grouped |
Calculation Method | Choose the calculation method for the grouping field:Regular, Count, Sum, Maximum, Minimum, Average. |
Sorting Field | Select the field in the data source that needs to be sorted |
Sorting Order | Choose the sorting order for the sorting field in the data source: Ascending, Descending |
Run | Run the current configuration to view the rendering result of the chart |