Select a theme to preview:
Themeing in Aristochart was designed to be as simple as possible. Each theme is an object with properties overriding the default theme. Themes can also override the render functions and implement their own. For example, if you wanted a star instead of a circle for points, you can override the point.render
with your own function. To get started, duplicate the default
theme in the themes
folder and check out README.md.