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

GitHub topics: flutter-charts

syncfusion/flutter-examples

This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.

Language: Dart - Size: 35.6 MB - Last synced at: 1 day ago - Pushed at: 21 days ago - Stars: 2,026 - Forks: 780

warioddly/graphify

A data visualization charts library, based on Apache Echarts, able to build advanced charts like WebGL 3D, Bar, Line, Candlestick, Radar, Graph, Tree etc.

Language: Dart - Size: 7.83 MB - Last synced at: about 2 hours ago - Pushed at: about 2 months ago - Stars: 17 - Forks: 4

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: 325 KB - Last synced at: about 2 months ago - Pushed at: about 2 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: about 2 months ago - Pushed at: about 2 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: 3 months ago - Pushed at: 3 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: 18 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

user20252228/Flutter_chart

flutter fl_chart 라이브러리의 사용

Language: C++ - Size: 293 KB - Last synced at: 2 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

DarrylBayliss/Of-Course-I-Still-Love-You

A Flutter app to show SpaceX launches.

Language: Dart - Size: 4.5 MB - Last synced at: 2 months ago - Pushed at: 9 months 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: 18 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 4

centaurusgod/flutter_high_low_graph

A flutter application that plots a graph of maximum and minimum value of any attribute.

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

TBR-Group-software/flutter_web_dashboard

Language: Dart - Size: 451 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 13 - Forks: 2

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: about 1 year ago - Stars: 1 - Forks: 5

IbrahimKhattab172000/capstone_app

Capstone app is an application I made alongside with high school students connecting their hardware that is detecting the heart rate and flow rate to firebase and receiving and sending data and showing this data in graphs and charts to track the data we use some functions to filter the data and show insights we're also have an AI shared boot

Language: Dart - Size: 430 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

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: about 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: about 1 year ago - Stars: 5 - Forks: 7

TBR-Group-software/flutter_cryptocurrency_charts

Flutter Cryptocurrency Charts application based on Clean Architecture.

Language: Dart - Size: 2.48 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 29 - Forks: 11

muchirajunior/FlutterDash

Desktop application dashboard with Flutter

Language: Dart - Size: 288 KB - Last synced at: about 1 year ago - Pushed at: about 1 year 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: about 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: about 1 year ago - Stars: 7 - Forks: 8

mrusamamuzaffar/animated_door_opening

A very beautiful, super sophisticated door opening animation in Flutter. I did not use any package or plugin. It is just a custom door animation.

Language: C++ - Size: 297 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

MonsieurZbanowanYY/Crypto-App-Flutter

Crypto App (API+UI) with support for dark and light mode. Created by Martin Gogolowicz.

Language: Dart - Size: 154 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 13 - Forks: 2

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: about 1 year ago - Stars: 0 - Forks: 5

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: about 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: about 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: about 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: about 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: about 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: about 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: about 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: about 1 year ago - Stars: 0 - Forks: 4

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: about 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: about 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: about 1 year ago - Stars: 0 - Forks: 4

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: about 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: about 1 year ago - Stars: 0 - Forks: 3

hectorlemus/flutter-demo

Project to view and test flutter features.

Language: Dart - Size: 244 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

xiaobaiha/flutter_charts

flutter-charts

Language: Dart - Size: 61.5 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

Related Keywords
flutter-charts 37 syncfusion-flutter-charts 24 flutter 19 charts 10 dart 7 flutter-widgets 5 clean-architecture 3 series 3 panning 2 load 2 json 2 datetimeaxis 2 interaction 2 chart 2 multiple-charts 2 trackball 2 flutter-chart 2 series-animation 2 sfcartesianchart 2 rest-api 2 flutter-bloc 2 syncfusion 2 light-mode 1 lightmode 1 light 1 darkmode 1 sobgog 1 template 1 ui 1 chart-animation 1 dynamic-tooltip 1 programmatic-tooltip 1 tooltip 1 onpointtap 1 dark-mode 1 dark 1 crypto-trading 1 crypto-graph 1 crypto 1 app 1 api 1 flutteranimations 1 flutteranimation 1 flutter-challenges 1 flutter-challenge 1 flutter-ch 1 flutter-animations 1 flutter-animation 1 dataviz 1 syncronization 1 zooming 1 zooming-panning-moving 1 axis 1 axislabel-customization 1 chart-axis 1 currency-format 1 label-format 1 numer-format 1 cartesian-chart 1 crosshair 1 hide 1 show 1 background 1 background-image 1 blocpattern 1 datetime-yaxis 1 animation 1 dynamic-animation 1 column-chart 1 column-series 1 custom-columns 1 rounded-corners 1 gradient 1 gradient-fill 1 linear-gradient 1 range-selector 1 rangecontroller 1 trackball-marker 1 dynamic-selection 1 selection 1 circular-charts 1 drilldown 1 flutter-app 1 flutter-clean-architecture 1 flutter-demo 1 flutter-http 1 flutter-intl 1 flutter-provider 1 flutter-shared-preferences 1 multiplatform-app 1 spacex 1 spacex-api 1 spacex-launches 1 synchronization 1 flutter-apps 1 flutter-graph 1 flutter-dashboard 1 flutter-web 1 syncfusion-flutter 1 tutorial-demos 1