perspective 2.0.0

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2018, the Perspective Authors.
//
// This file is part of the Perspective library, distributed under the terms
// of the Apache License 2.0.  The full license can be found in the LICENSE
// file.

//! A module for form controls (though form controls like `<Select>` which are
//! also container elements should go in the `containers` module).  Components
//! in this module should not be imported from the `components` parent module
//! directly.

pub mod code_editor;
pub mod color_range_selector;
pub mod color_selector;
mod highlight;
pub mod number_input;