Examples are our primary method for demonstrating the starting point our use and configuration. For more advanced configuration review the other fields and descriptions of the structs used in our examples.
Example List
bar_chart-1 - Bar chart with included mark points and mark lines.
bar_chart-2 - The above example bar chart re-demonstrated using the Painter API.
bar_chart-3 - A bar chart with "Stacked" series enabled, collapsing the bars into a single layered bar.
chinese - Line chart with chinese characters that uses a custom font (must be downloaded by user, see comment in code).
radar_chart-2 - The above example radar chart re-demonstrated using the Painter API.
table-1 - Table with a variety of table specific configuration and styling demonstrated.
web-1 - Hosts an example http server which will render the charts to the web page.
chartdraw/examples
The examples in the root examples directory serves as our primary examples. These examples are the best representation of our library and what we are aiming to support and improve. If you're intereted in exploring the underline chartdraw implementation you can also check out chartdraw/examples. These are examples from the implementation based off wcharczuk/go-chart. These examples illustrate an alternative styling, which over time we aim to merge and unify with our charts package API.
If you find you prefer the chartdraw styling, configuration schema, or anything else, please open an Issue so that we can make sure we retain the best of both implementations as we seek unifying our API.