Skip to content

Commit b0d00f0

Browse files
Removal of title from Readme
1 parent 01a83e9 commit b0d00f0

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,6 @@ const dataPointsArray = [
7474

7575
```
7676

77-
You can use `title` prop to add a Title value to the dot matrix chart
78-
79-
```jsx
80-
<DotMatrix
81-
dataPoints={dataPointsArray}
82-
title="Dot Matrix"
83-
/>
84-
```
85-
8677
You can specify the number of rows or columns to be present in the chart as well using the dimensions prop.
8778

8879
```jsx
@@ -131,13 +122,6 @@ Props that can be passed to the component are listed below:
131122
</td>
132123
<td><code>undefined</code></td>
133124
</tr>
134-
<tr>
135-
<td><code><b>title?:</b> string</code></td>
136-
<td>
137-
The title of Dot Matrix chart rendered
138-
</td>
139-
<td><code>''</code></td>
140-
</tr>
141125
<tr>
142126
<td><code><b>dimensions?:</b> object</code></td>
143127
<td>

0 commit comments

Comments
 (0)