Highcharts React Native

screenshot of Highcharts React Native
react
react-native

Overview

The React Native wrapper for Highcharts is no longer actively maintained as of 01.01.2021. The repository will remain available, but there is no guarantee that it will work as intended with future releases. This official minimal Highcharts wrapper for React Native provides a bridge between React Native and Highcharts for creating interactive charts.

Features

  • General prerequisites: Ensure Node.JS, NPM, and React are up to date along with the required packages for React Native and React Native Webview.
  • Installing: Guide for installing the Highcharts wrapper from npm in a React app, whether using Expo tools or a bare React Native app.
  • Updating Highcharts package: Instructions for running the update process after the deprecation, to replace source files and continue highcharts-react-native development.
  • Usage: Examples for basic usage, rendering Highcharts charts, live data updates, and using Highcharts modules like solid-gauge and drilldown.
  • Options details: Information on available properties for styling containers, Highcharts chart configuration objects, and using modules within the wrapper.

Summary

The Highcharts wrapper for React Native, though deprecated, offers a way to integrate Highcharts into React Native apps. Users need to follow the installation guide, consider package updates, and explore the various features like rendering charts, updating data, and utilizing Highcharts modules for enhanced functionality. The provided options details help users understand how to customize their containers and chart configurations effectively.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.

Expo

An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.