Skip to content

Commit

Permalink
Chore: setting rescale val
Browse files Browse the repository at this point in the history
  • Loading branch information
Grabt234 committed Jun 22, 2024
1 parent da6b801 commit c7acf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/SensorGroup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<LineChart
strChartID={sourceIdentifier + '-freq'}
aanYValues={aanFreqYValues}
YScale={0.000025}
YScale={0.00025}
/>
</div>
</div>
Expand Down

0 comments on commit c7acf71

Please sign in to comment.