Synchro Charts

screenshot of Synchro Charts

Synchro Charts

Synchro Charts is a front-end component library that provides a collection of components to visualize time-series data.

Overview

The synchro-charts package is deprecated and being replaced with the IoT App Kit Visualizations package. IoT App Kit Visualizations is a front-end component library that provides a collection of components for visualizing time-series data. It offers various packages and documentation to help users implement these components.

Features

  • Front-end component library: Provides a collection of components for visualizing time-series data.
  • Mono-repo containing multiple packages: Includes the core library, a React wrapper, and a document site.
  • Core library: Exposes all IoT App Kit Visualizations components as web-components generated by StencilJS.
  • React wrapper: A thin wrapper around the core library that exposes the components as React components.
  • Document site: A GitHub page used to deploy the documentation site.
eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.