王波 9658719b43 初始化仓库 3 viikkoa sitten
..
__init__.py 9658719b43 初始化仓库 3 viikkoa sitten
belief_charts.py 9658719b43 初始化仓库 3 viikkoa sitten
defaults.py 9658719b43 初始化仓库 3 viikkoa sitten
readme.md 9658719b43 初始化仓库 3 viikkoa sitten
test_chart_defaults.py 9658719b43 初始化仓库 3 viikkoa sitten

readme.md

Developer docs for adding chart specs

Chart specs can be specified as a dictionary with a vega-lite specification or as an altair chart. Alternatively, they can be specified as a function that returns a dict (with vega-lite specs) or an altair chart. This approach is useful if you need to parameterize the specification with kwargs.

Todo: support a plug-in architecture, see https://packaging.python.org/guides/creating-and-discovering-plugins/