examples/

directory
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2024 License: MIT

README

go-analyze/charts Examples

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.
  • chinese - Line chart with chinese characters that uses a custom font (must be downloaded by user, see comment in code).
  • funnel_chart-1 - Basic funnel chart.
  • horizontal_bar_chart-1 - Basic horizontal bar chart.
  • line_chart-1 - Basic line chart with some simple styling changes and a demonstration of null values.
  • line_chart-2 - Line chart with dense data and more custom styling configured.
  • line_chart-area - Example line chart with the area below the line shaded.
  • pie_chart-1 - Pie chart with a variety of customization demonstrated.
  • radar_chart-1 - Basic radar chart.
  • 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL