Skip to content

Commit

Permalink
Update README.md for transform function
Browse files Browse the repository at this point in the history
  • Loading branch information
RHeynsZa committed Sep 12, 2024
1 parent ce56ab5 commit 8568a08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions custom_cards/custom_card_apexcharts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ Integration from HACS: "custom:apexcharts-card" from RomRider
<td>no</td>
<td>Maximum value of the sensor. Default will be 100</td>
</tr>
<tr>
<td>transform</td>
<td>`return x * 100;`</td>
<td>no</td>
<td>A custom JS function to run on your data before render. See Apex docs for more details</td>
</tr>
</table>

??? note "Template Code"
Expand Down

0 comments on commit 8568a08

Please sign in to comment.