An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: syncfusion-flutter-charts

Harsh-dev391/learn-widget-flutter

Bagaimana sebuah aplikasi mobile dapat terbentuk? Bagaimana cara menyusun layout setiap fitur? Belajar flutter disini ya!

Size: 1.95 KB - Last synced at: about 23 hours ago - Pushed at: about 24 hours ago - Stars: 1 - Forks: 0

ndenicolais/Shox

A digital shoes wardrobe.

Language: Dart - Size: 4.01 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Atuoha/shoes_shop_web_admin

A Flutter project building a multivendor store - web app admin for shoes_shop

Language: Dart - Size: 12.8 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 29 - Forks: 10

SyncfusionExamples/How-to-Create-a-Histogram-Chart-in-Flutter

A quick-start example that helps you create a histogram chart using the Syncfusion® Flutter Charts widget. It also shows you how to set intervals and display the normal distribution curve in the histogram chart.

Language: C++ - Size: 327 KB - Last synced at: 20 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

SyncfusionExamples/How-to-Add-a-Point-on-Click-in-a-Flutter-Cartesian-Chart

A quick-start example that helps you to capture touch interactions in the Syncfusion® Flutter Charts widget and dynamically add data points to the chart.

Language: C++ - Size: 327 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

SyncfusionExamples/How-to-Lazy-Load-Data-While-Panning-in-Flutter-Charts

A quick-start example that helps you to lazy load data while panning in the Syncfusion® Flutter Charts widget. You will learn how to enable panning and load data with an indicator while swiping at run time in the Charts widget.

Language: C++ - Size: 327 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

SyncfusionExamples/How-to-Create-Flutter-Charts-from-JSON-Data

A quick-start example to help you create a chart from JSON data using the Syncfusion Flutter Chart. You will learn how to load the JSON data and map it to the chart series.

Language: C++ - Size: 341 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Nuno-Jesus/FEUP-CPM-Stockwave

Stock comparison app developed with Flutter and the AlphaVantage API.

Language: Dart - Size: 13.4 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

SifatSakib007/ExpenseTracker

Created a Expense Tracker web app using Asp.net core web app MVC

Language: HTML - Size: 1.19 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

SyncfusionExamples/synchronized_trackball_flutter_chart

In Flutter Cartesian Chart widget, you can synchronize the trackball of multiple charts using the available callback events and public methods. A callback event is a callback function or method, which you can pass as an argument to another function or method. It can perform an action when you require it, and public methods are methods that can...

Language: C++ - Size: 277 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 4

SyncfusionExamples/sliding_viewport_functionality_flutter_charts

A quick-start example to help you add the Syncfusion Flutter Charts package to a Flutter app. You will learn how to add a background image for a Cartesian chart. SfCartesianChart has support to achieve sliding view port functionality. You can achieve this by using the selectDataPoints public method, visibleMinimum, visibleMaximum, and onPlotArea...

Language: C++ - Size: 289 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 5

SyncfusionExamples/candlestick-flutter-charts

Our Cartesian chart widget provides financial chart support. The candlestick provides information about the open, close, high and low price over a particular period. Here if the opening price is higher than the closing price, the candle is filled and if the closing is higher than the opening price, then candle is unfilled. The wick at top represe..

Language: C++ - Size: 300 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 5

SyncfusionExamples/how-to-create-a-real-time-flutter-chart-in-10-minutes

Create a real time flutter chart in 10 minutes | Syncfusion Flutter

Language: C++ - Size: 148 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 7

FWasik/currency-app

currency_app is a mobile application that displays the latest exchange rates of the selected currency to PLN. The application was developed in Flutter framework and Bloc package. The application is also based on Clean Architeture.

Language: C++ - Size: 1.06 MB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

SyncfusionExamples/date-time-series-flutter-chart

Our Flutter Cartesian chart provides DateTimeAxis support to render the date-time values. By default interval type will be calculated based on the data. If you wish to calculate the interval on specific type say for example month, hours, seconds, etc, then intervalType property can be used and if you wish to show the date time values in a specific.

Language: C++ - Size: 301 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 5

SyncfusionExamples/render_chart_with_firebase_json_data_flutter_charts

Using the Firebase REST API and HTTP client, you can retrieve the JSON data from the Firebase database and also with the help of the deserialization concept (parsing of raw JSON data to dart object model) you can convert the retrieved JSON data to chart data list for the Flutter Cartesian chart. The Firebase Realtime Database is a cloud-hosted...

Language: C++ - Size: 287 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 8

SyncfusionExamples/deep-dive-into-zooming-and-panning-features-in-the-flutter-chart

A quick-start example to help you perform zooming and panning in the Syncfusion Flutter Chart. You will learn how to enable pinch zooming, double tap zooming, selection zooming, customize the selection rectangle, enable panning, and setting zoom mode. Also, you will learn how to enable mouse wheel zooming and set the maximum Zoom Level in the Syncfusion Flutter Chart widget.

Language: C++ - Size: 145 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

SyncfusionExamples/technical_indicators_flutter_charts

How to add technical indicators in Flutter Charts?

Language: C++ - Size: 292 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

uemirhanselim/Crypto-App

Flutter Crypto App with Provider + Dio for Binance API

Language: Dart - Size: 3.09 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

SyncfusionExamples/difference_between_two_dates_flutter_charts

How to find difference between two dates using Flutter charts?

Language: C++ - Size: 835 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 5

SyncfusionExamples/data-bind-array-cartesian-chart

How to bind data from the array to Cartesian charts (SfCartesianChart)?

Language: C++ - Size: 298 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 4

SyncfusionExamples/data-bind-sqlite-cartesian-chart

How to bind data from SQLite to Cartesian charts (SfCartesianChart)?

Language: C++ - Size: 301 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 5

SyncfusionExamples/flutter-pie-chart-image-fill

How to fill the Flutter pie chart with desired images? (SfCircularChart)

Language: C++ - Size: 364 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 4

SyncfusionExamples/flutter-pie-chart-gradient-fill

SfCircularChart supports three gradient types: linear, sweep, and radial. Follow these steps to achieve those gradients in our chart using the onCreateShader event. The data points of pie, doughnut and radial bar charts can be filled with three types of gradient such as Gradient.linear, Gradient.sweep and Gradient.radial. All the data points in ...

Language: C++ - Size: 296 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/flutter-cartesian-animated-charts

A quick-start example to help you add the Syncfusion Flutter Charts package to a Flutter app. You will learn how to add a Cartesian chart to a Flutter project. Our Flutter Cartesian chart provides animation support by default. The animationDuration property in the chart series is used to control the speed of the animation and its default value is..

Language: C++ - Size: 302 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 5

SyncfusionExamples/clickable-flutter-pie-chart

A quick-start example to help you add the Syncfusion Flutter Charts package to a Flutter app. You will learn how to add a Circular chart to a Flutter project. Circular chart provides the pie chart support. You can customize the chart with color, tooltip, data label, etc. To know more about our charts, find the user guide. In this kb, you see....

Language: C++ - Size: 300 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 4

SyncfusionExamples/initial_dynamic_tooltip_activation_flutter-charts

The SfCartesianChart widget provides an option to show tooltip programmatically using showByIndex method. By using that, we can display a tooltip at a particular point. The following steps explain how to accomplish this. Add addPostFrameCallback method in build method, and call the showByIndex method by passing series and point indexes as an argu..

Language: C++ - Size: 303 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 5

SyncfusionExamples/datetime_yaxis_customization

The Flutter Cartesian Chart widget provides support for customizing the axis labels in the chart using the callback event on rendering. A callback event is a callback function or method, which you pass as an argument to another function or method and can perform an action when you require it. If you want to display DateTime values in the y-axis...

Language: C++ - Size: 295 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 5

SyncfusionExamples/navigation_with_event_flutter_charts

How to navigate to an external link using the callback events on performing user interactions in flutter charts?

Language: C++ - Size: 293 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 5

SyncfusionExamples/dynamic_series_animation_flutter_charts

The Flutter Cartesian Chart widget provides support to dynamically animate cartesian chart series using the public method. A Public method is a method that can be called by using the class object where they are defined. The public method used to dynamically animate the cartesian series in the chart is the animate() method of the ChartSeriesContr...

Language: C++ - Size: 294 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 5

SyncfusionExamples/rounded_corner_customization_flutter_chart

Flutter Cartesian chart widget provides support for customizing the corners of the Rect series types using the borderRadius property of the chart series such as column, range column, bar, stacked column, and stacked bar. By using the borderRadius property, you can change the radius of the corners so that the corners can be shaped in either in...

Language: C++ - Size: 291 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 5

SyncfusionExamples/gradient_rotation_flutter_chart

In Flutter Cartesian Chart widget, you can apply gradient for the chart series and rotate the gradient rendering angle with the help of the gradient property of the chart series. This property can be set using the LinearGradient constructor, which holds the gradient colors list for the series, stops values list for the gradient colors, begin and...

Language: C++ - Size: 293 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 5

SyncfusionExamples/change_visble_range_using_rangeselector

In Flutter Cartesian Chart widget, you can change the visible chart range using the SfRangeSelector widget and the RangeController class, which is available in the Syncfusion core package. Flutter Range Selector is a highly interactive UI control for selecting a smaller range from a larger data set and the RangeController is used for setting and...

Language: C++ - Size: 288 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 4

SyncfusionExamples/disable_trackball_marker_specific_series

Flutter Cartesian Chart widget provides support for customizing the trackball marker to render only for the particular series of our choice in the chart using the markerVisibility property of the TrackballMarkerSettings available in the chart. For example, consider there are two cartesian line series in the chart, and if you need to show only...

Language: C++ - Size: 293 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 5

SyncfusionExamples/selection_public_methods_flutter_charts

The Flutter Cartesian Chart widget provides support to programmatically do the data points selection on the charts using the public methods. Public methods are methods that can be called by using the class object where they are defined. Likewise, our chart widget also has a public method to select the data points in the charts dynamically called...

Language: C++ - Size: 294 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 4

SyncfusionExamples/render_chart_with_json_data_flutter_charts

A quick-start example to help you add the Syncfusion Flutter Charts package to a Flutter app. You will learn how to add a Cartesian chart to a Flutter project. You will then learn how to render flutter chart using json data. Using the deserialization concept, you can convert the JSON data to Dart list object and use that deserialized list object...

Language: C++ - Size: 295 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 8

SyncfusionExamples/drill_down_flutter_cartesian_chart-

Our Syncfusion Flutter chart widgets supports drilldown functionality. Drilldown functionality in chart is used to explore the data in more depth to reveal additional details. Drilldown feature can easily be implemented using the Syncfusion Flutter chart package and it is supported in all chart types including Cartesian, Circular, Funnel, Pyramid..

Language: C++ - Size: 936 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/synchronize_panning_flutter_chart

Flutter Cartesian Chart widget can be used to do synchronized panning in multiple charts using the callback events available in the chart and keys available in Flutter framework. Callback events are callback function or a method, which you pass as an argument into another function or method and can perform an action when you require it and....

Language: C++ - Size: 1.04 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 7

SyncfusionExamples/axis-label-currency-format-flutter-charts

Flutter Cartesian chart widget provides support for applying currency format to the numeric axis labels in various representations. This can be achieved using the numberFormat property of an axis. There are two types of methods that can be used to format the numeric axis labels in currency format such...

Language: C++ - Size: 295 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 4

SyncfusionExamples/tooltip-customization-flutter-chart

Flutter Cartesian chart widget provides support for customizing the tooltip in the chart using the callback events on rendering. Callback events are callback function or a method, which you pass as an argument into another function or method and can perform an action when you require it. Likewise, the chart widget provides a callback event...

Language: C++ - Size: 293 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 4

SyncfusionExamples/datalabel-customization-flutter-chart

Flutter Cartesian chart widget provides support for customizing the data labels in the chart using callback events. Callback Events are Callback functions or methods which we pass as an argument into another function or method and can perform an action when we require it. Likewise, chart widget provides callback event called OnDataLabelRender....

Language: C++ - Size: 362 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 4

SyncfusionExamples/background-image-flutter-chart

A quick-start example to help you add the Syncfusion Flutter Charts package to a Flutter app. You will learn how to add a background image for a Cartesian chart. SfCartesianChart provides support for rendering the background image for the plot area. You can set the desired image as a background for the plot area using the plotAreaBackgroundImage...

Language: C++ - Size: 4.27 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 5

SyncfusionExamples/public-methods-crosshair-flutter-chart

A quick-start example to help you add the Syncfusion Flutter Charts package to a Flutter app. You will learn how to add a Cartesian chart to a Flutter project. You will then learn how to show/hide the crosshair in Flutter Cartesian chart using the public methods.

Language: C++ - Size: 300 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 4

SyncfusionExamples/public-methods-trackball-flutter-chart

A quick-start example to help you add the Syncfusion Flutter Charts package to a Flutter app. You will learn how to add a Cartesian chart to a Flutter project. You will then learn how to show/hide the trackball in Flutter Cartesian chart using the public methods.

Language: C++ - Size: 295 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/public-methods-tooltip-flutter-chart

A quick-start example to help you add the Syncfusion Flutter Charts package to a Flutter app. You will learn how to add a Cartesian chart to a Flutter project. You will then learn how to show/hide the tooltip in Flutter Cartesian chart using the public methods. Flutter Cartesian chart widget provides support for showing or hiding the tooltip dyn...

Language: C++ - Size: 294 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 4

SyncfusionExamples/plot-area-background-image-flutter-chart

A quick-start example to help you add the Syncfusion Flutter Charts package to a Flutter app. You will learn how to add a background image for a Cartesian chart. SfCartesianChart provides support for rendering the background image for the plot area. You can set the desired image as a background for the plot area using the plotAreaBackgroundImage...

Language: C++ - Size: 4.09 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/dark-theme-flutter-cartesian-chart

A quick-start example to help you add the Syncfusion Flutter Charts package to a Flutter app. By default, the flutter app will render with light theme. Hence our chart widget will also render with light theme. Theme of the app can be switched by setting values of the ‘Brightness’ property as 'darkTheme’...

Language: C++ - Size: 558 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 5

SyncfusionExamples/visible-range-flutter-cartesian-chart

A quick-start example to help you add the Syncfusion Flutter Charts package to a Flutter app. You will learn how to add a Cartesian chart to a Flutter project. SfCartesianChart widget provides support to view the required set of data from a larger collection. This can be achieved using the visibleMinimum and visibleMaximum properties of an axis.

Language: C++ - Size: 296 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 7

SyncfusionExamples/tooltip-at-first-point-flutter-charts

How to display the tooltip always in the first data point in dynamic updates ?

Language: C++ - Size: 390 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/show-particular-marker-flutter-charts

How to make the marker visible for a particular point alone in the Cartesian chart ?

Language: C++ - Size: 389 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/radial-tracker-color-flutter-chart

How to apply point color to the tracker in the radial bar series (SfCircularChart) ?

Language: C++ - Size: 312 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 2

SyncfusionExamples/svg-tooltip-flutter-chart

How to use SVG image in cartesian chart tooltip (SfCartesianChart) ?

Language: C++ - Size: 313 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/localize_text_flutter_chart

How to localize the default texts in Flutter cartesian chart (SfCartesianChart)?

Language: C++ - Size: 292 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/flutter_chart_column_with_different_gradient

How to apply different gradient to each columns in the Flutter column chart (SfCartesianChart) ?

Language: C++ - Size: 358 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/flutter_chart_circular_export_image

How to export Flutter circular chart as image?

Language: C++ - Size: 155 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/flutter_chart_jitter_scatter_series

How to jitter the data points of the scatter series in Flutter Cartesian Chart (SfCartesianChart) ?

Language: C++ - Size: 289 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/rotate-legend-flutter-chart

How to rotate the legend in the cartesian chart (SfCartesianChart) ?

Language: C++ - Size: 314 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 2

SyncfusionExamples/increase-tapped-size-flutter-chart

How to increase the size of the tapped segment in the pie chart (SfCircularChart) ?

Language: C++ - Size: 314 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 2

SyncfusionExamples/flutter_chart_format_date_time_labels

How to format the date-time axis labels in Cartesian chart (SfCartesianChart)?

Language: C++ - Size: 293 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/flutter_chart_doughnut_annotation

How to show the tapped point value at the center of the doughnut chart (SfCircularChart)?

Language: C++ - Size: 287 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 2

SyncfusionExamples/cumulative_non_cumulative_values_flutter_charts

How to show cumulative and non-cumulative values on the stacked column charts?

Language: C++ - Size: 291 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/vertical_line_flutter_charts

How to add a vertical line and update it dynamically in the Cartesian charts?

Language: C++ - Size: 293 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/firestore_flutter_charts

How to load data from Firestore and bind to Syncfusion Flutter Cartesian charts?

Language: C++ - Size: 291 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/animation_flutter_charts

How to change animation duration and delay of series in Flutter Charts?

Language: C++ - Size: 290 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/financial_with_volume_flutter_charts

How to render volume data of financial series in Flutter Charts?

Language: C++ - Size: 292 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/plot_band_flutter_charts

How to add plot bands and plot lines in Flutter Charts?

Language: C++ - Size: 289 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

SyncfusionExamples/gradient_flutter_charts

How to apply gradient for Flutter charts?

Language: C++ - Size: 289 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 2

SyncfusionExamples/sparkbarchart-pdf-export-flutter-chart

How to export the Spark Bar Chart as PDF document?

Language: C++ - Size: 390 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 2