|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
折线图元素 更多...
#include "NeForce/tui/dom/element.hpp"类型定义 | |
| using | neforce::tui::graph_function = function<vector<int>(int width, int height)> |
| 折线图函数类型 | |
函数 | |
| element | neforce::tui::graph (const vector< int > &data_points, int width=40, int height=10) |
| 创建折线图元素 | |
| element | neforce::tui::graph (graph_function fn, int width=40, int height=10) |
| 创建函数式折线图 | |