@opengeoweb/time-series
v17.0.1
Published
GeoWeb time-series library for the opengeoweb project
Maintainers
Keywords
Readme
time-series
React component library with time-series components for the opengeoweb project. This library was generated with Nx.
Installation
npm install @opengeoweb/time-seriesUse
time-series can be used with or without a map component.
import React from 'react';
import { lightTheme, ThemeWrapper } from '@opengeoweb/theme';
import { time-seriesManagerConnect, time-seriesConnect } from "@opengeoweb/time-series";
export const App: React.FC = () => (
<ThemeWrapper theme={lightTheme}>
<time-seriesManagerConnect />
<time-seriesConnect panelId="panelId"/>
</ThemeWrapper>
);Running unit tests
Run nx test time-series to execute the unit tests via Jest.
