In the last release, we rolled out the Charts widget for the Flutter platform and got a lot of valuable feedback from our customers. We were overwhelmed by your positive response.
Every release, we work on including new widgets and new features for existing widgets by considering the requests from our customers, the complexity of the implementation, and its usability. We hope these coming additions will help make your development easier.
In this blog, we will talk about some of the new widgets and features you can expect for the Flutter platform in the 2019 Volume 3 Beta release. The beta release of 2019 Volume 3 should be available in the third week of September, 2019.
A new radial gauge can be expected in this release that can be used for visualizing numeric values on a circular scale. It has rich set of features and is completely customizable and extendable to simulate a speedometer, meter gauge, analog clock, and so on. The following is the list of planned features for this widget:
The Syncfusion Flutter charts widget already has 12 popular chart types. In this release, you can expect an addition of seven more chart types that are widely used.
Stacked charts will be helpful in finding the sum of data points of various series. The following stacked charts will be available:
A range column chart is quite similar to the column chart but renders the data points from the user-specified low value instead of 0.
A pyramid chart resembles a triangle and the size of each segment is calculated based on the user’s input values.
The funnel chart is similar to the pyramid chart, which also stacks data points, and it resembles the appearance of a funnel.
Our features list will keep on increasing with every release. In this release, we’re adding the following new features to the Charts widget:
A logarithmic axis in the chart plots data points on a logarithmic scale.
The axis crossing feature allows users to position the chart axis anywhere in the plot area.
Use plot bands to differentiate ranges in the plot area with different colors to improve the readability of a chart.
Recursively render the plot bands to differentiate the ranges for both the vertical and horizontal axes.
The chart series and its elements will be animated on updating the data points’ values dynamically.
I hope you are excited to use these new features in your applications. You can check out all these features once the release is rolled out.
Stay tuned to the official Twitter, Facebook, and LinkedIn pages for the announcement of the release. We will also post a detailed blog right after the release to guide you through working with the new features in our Flutter widgets.