csvzall 0.4.0
CSV command-line tool and emerging C++ library
Loading...
Searching...
No Matches
csvzall::charts::ChartSpec Struct Reference

#include <chart_spec.hpp>

Public Attributes

std::string id
 
std::string type
 
std::filesystem::path input
 
std::optional< std::filesystem::path > output
 
bool run_on_save = false
 
HeatmapSpec heatmap
 
BarSpec bar
 
LineSpec line
 
MarkdownTableSpec markdown_table
 

Member Data Documentation

◆ bar

BarSpec csvzall::charts::ChartSpec::bar

◆ heatmap

HeatmapSpec csvzall::charts::ChartSpec::heatmap

◆ id

std::string csvzall::charts::ChartSpec::id

◆ input

std::filesystem::path csvzall::charts::ChartSpec::input

◆ line

LineSpec csvzall::charts::ChartSpec::line

◆ markdown_table

MarkdownTableSpec csvzall::charts::ChartSpec::markdown_table

◆ output

std::optional<std::filesystem::path> csvzall::charts::ChartSpec::output

◆ run_on_save

bool csvzall::charts::ChartSpec::run_on_save = false

◆ type

std::string csvzall::charts::ChartSpec::type

The documentation for this struct was generated from the following file: