File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff 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-
8677You 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>
You can’t perform that action at this time.
0 commit comments