This is the official Highcharts Flutter integration. It's currently in a beta state.
Use Highcharts widgets for interactive charts right in your Flutter app. All
options are available as widgets and can be adjusted and with
HighchartsChart.refresh()
dynamically applied.
Many examples of usage can be found in the examples/
folder.
A good place to get started is examples/hello_world
. Other examples must be
initialized by creating a Flutter project before running samples. This is done
with flutter create .
from the specific demo folder. Afterwards the demo can
be ran with flutter run
.
-
Android
-
iOS
-
Web: The web target does not support a non-intrusive refresh because of limitations with the platform-specific web view controller.
-
Highcharts modules are pulled from our CDN at runtime. This will change to a bundling approach with future releases.
-
Export does not work with all targets.
-
Fullscreen might have rendering issues in certain setups.
-
Options have some type limitations caused by Dart. This will be improved to support multiple types for suitable options.
-
All issues can be monitored in our public repository at https://github.com/highcharts/highcharts_flutter/issues