Tags: unidoc/unichart
Tags
[US-22] Horizontal bar chart (#6) * make sure secondary y axis measured correctly * use the defined default padding in bar chart * use the defined default padding for stacked bar chart * update examples output * add empty axis check * prevent axes recalculation * update examples build script * fix x axis label calculation for wrapped label * update examples * ignore .vscode folder * fix bar chart margin calculation * make sure to have at least two ticks rendered * fix bar chart width calculation * add support for horizontal bar chart * add examples * update examples
Add progress bar components (#3) * linear progress bar * ignore .DS_Store * update comment * rename chart * removes unnecessary field * rename variable * circular progress chart * circular progress bar example * update comment * optimize code * fix recursive bug * update example * rename structs * more samples * update comments * add more example * add custom label feature * add bottom info * add label support in linear progress bar * update comments * fix typo * update readme