|
csvzall 0.4.0
CSV command-line tool and emerging C++ library
|
#include "csv_chart_common.hpp"#include <svgplot/svgplot.hpp>#include <algorithm>#include <cctype>#include <map>#include <stdexcept>#include <utility>Namespaces | |
| namespace | csvzall |
| namespace | csvzall::charts |
Functions | |
| bool | csvzall::charts::IsGroupedBarPresentation (std::string_view raw) |
| CsvChartResult | csvzall::charts::RenderBarCsv (csv::CSVReader &reader, const std::vector< std::string > &headers, const BarSpec &spec, const CsvChartOptions &options) |