module

CrystalCliGraph

Constants

KEY_CHARS = ("a".."z").to_a + ("A".."Z").to_a
VERSION = "0.1.0"

Class methods

calculate_max_key_chars(data : Array(Int32), key_chars : Array(String))
Source
generate_key_for_index(idx : Int32, max_key_chars : Int32, key_chars : Array(String)) : String
Source
get_key_chars(custom_chars : Array(String) | Nil) : Array(String)
Source

Nested types