revue 2.71.1

A Vue-style TUI framework for Rust with CSS styling
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Chart widget tests
//!
//! Contains public API tests extracted from chart source files

pub mod scatterchart;
pub mod candlechart;
pub mod barchart;
pub mod chart_stats;

// Note: chart_render.rs contains only utility functions with tests.
// The chart_helper.rs tests are already in tests/widget/data/chart_helper.rs