0.13.12 • Published 7 months ago

arc-hydro-components v0.13.12

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Arc Hydro Components

A collection of components designed to be used to connect to hydrological data and services

Installation

npm install --save arc-hydro-components

Usage

import { HydroChart } from 'arc-hydro-components';
...
const ChartComponent = (mapView: MapView) => {

    const preference = {
      inputId: <string>,
      legendOn: true | false,
      scrollbarOn: true | false,
      yaxisTitleOn: true | false,
      titleOn: true | false,
    };
    
    const localizeStrings = {
      overviewMessage: "Please select a reach with data to view its forecasted flows.",
      yAxisTitle: "Stream Flow (cms)",
      xAxisTitle: "",
      loadingText: "Collecting forecast data...",
      forecastLabel: "Forecast",
      uncertaintyLabel: "Uncertainty",
      historicalLabel: "Historical",
      yearLabel: "Yr",
      title: "Stream Flow (cms)"
    }

	const theme = {
		default: {
			forecast: '#004874',
			uncertainty: 'rgba(117, 117, 117, 0.35)',
			bands: {
				2: 'rgba(75, 172, 205, 0.4)',
				5: 'rgba(247, 210, 63, 0.4)',
				10: 'rgba(245, 128, 64, 0.4)',
				25: 'rgba(239, 71, 72, 0.4)',
				50: 'rgba(144, 83, 161, 0.4)',
			},
			timeExtent: '#b30000',
		},
	};

    return(
        <div
            style={{
                display: 'flex',
                justifyContent: 'center',
                height: '100%',
            }}
        >
            <HydroChart
              mapView={view}
              localizeStrings={localizeStrings}
              theme={theme.default}
              model={waterModel}
              preference={preference}
            />
        </div>
    )
}
0.13.12

7 months ago

0.13.11

9 months ago

0.13.10

9 months ago

0.13.9

11 months ago

0.13.6

1 year ago

0.13.5

1 year ago

0.13.4

1 year ago

0.13.3

1 year ago

0.13.2

1 year ago

0.13.1

1 year ago

0.12.1-0.6

2 years ago

0.12.1-0.5

2 years ago

0.12.1-0.4

2 years ago

0.12.1-0.3

2 years ago

0.12.1-0.2

2 years ago

0.12.1-0.1

2 years ago

0.12.9

2 years ago

0.12.8

2 years ago

0.12.7

2 years ago

0.12.6

2 years ago

0.12.5

2 years ago

0.12.4

2 years ago

0.12.2

2 years ago

0.12.1

2 years ago

0.11.11

2 years ago

0.11.10

2 years ago

0.11.9

2 years ago

0.11.8

2 years ago

0.11.7

2 years ago

0.11.6

2 years ago

0.11.5

2 years ago

0.11.4

2 years ago

0.11.3

2 years ago

0.11.2

2 years ago

0.11.1

2 years ago

0.11.0

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago