Changed
* Added `with_secondary_visualization` function to enable display of various meters (Sparkline, Linear, Radial) in
Single Value charts. This replaces the now defunct `with_sparkline_hidden` function. This will not be a
'breaking change' until version 3.0.0 when `with_sparkline_hidden` will be removed from `signal_analog`.
* Added the `deprecation` Python library to this project to note when `with_sparkline_hidden` should be removed. Upon
version matching 3.0.0 or higher the tests for that function will begin to fail notifying whoever is releasing that
version to remove the defunct `with_sparkline_hidden` function and tests.