Skip to content

Commit 120f8f9

Browse files
committed
docs: Correct mistakes / errors in README.md
1 parent 402be22 commit 120f8f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/go-analyze/charts/blob/master/LICENSE)
44
[![Build Status](https://github.com/go-analyze/charts/actions/workflows/tests-main.yml/badge.svg)](https://github.com/go-analyze/charts/actions/workflows/tests-main.yml)
55

6-
Our library focuses on generating beautiful charts and graphs within Go. Graphs are used to show a lot of different types of data, needing to be represented in a unique in order to convey the meaning behind the data. This Go module attempts to use sophisticated defaults to try and render this data in a simple way, while still offering intuitive options to update the graph rendering as you see fit.
6+
Our library focuses on generating beautiful charts and graphs within Go. Graphs are used to show a lot of different types of data, needing to be represented in a unique way in order to convey the meaning behind the data. This Go module attempts to use sophisticated defaults to try and render this data in a simple way, while still offering intuitive options to update the graph rendering as you see fit.
77

88
## Functionality
99

10-
Currently supported chart types: `line`, `scatter`, `bar`, `horizontal bar`, `pie`, `doughnut`, `radar`, `candlestick`, `funnel` and `table`.
10+
Currently supported chart types: `line`, `scatter`, `bar`, `horizontal bar`, `pie`, `doughnut`, `radar`, `heat map`, `candlestick`, `funnel` and `table`.
1111

1212
New users should check out the [Features Overview](https://github.com/go-analyze/charts/wiki/Feature-Overview) on our Wiki to see commonly used features for each chart type, as well as linking to specific examples for the feature.
1313

@@ -224,11 +224,11 @@ Top Pie Chart Examples:
224224
225225
### Doughnut Chart
226226
227-
<img src="./assets/chart-doughnut.png" alt="Dougnut Chart">
227+
<img src="./assets/chart-doughnut.png" alt="Doughnut Chart">
228228
229229
Doughnut Chart Feature List: https://github.com/go-analyze/charts/wiki/Feature-Overview#doughnut-charts
230230
231-
Top Radar Chart Examples:
231+
Top Doughnut Chart Examples:
232232
* [doughnut_chart-1-basic](./examples/1-Painter/doughnut_chart-1-basic) - Basic doughnut chart.
233233
* [doughnut_chart-2-styles](./examples/1-Painter/doughnut_chart-2-styles) - A variety of styles shown for doughnut charts.
234234
@@ -247,7 +247,7 @@ Top Radar Chart Examples:
247247
248248
Heat Map Chart Feature List: https://github.com/go-analyze/charts/wiki/Feature-Overview#heat-map-charts
249249
250-
Top Radar Chart Examples:
250+
Top Heat Map Chart Examples:
251251
* [heat_map-1-basic](./examples/1-Painter/heat_map-1-basic) - Basic heat map chart.
252252
253253
### Table

0 commit comments

Comments
 (0)