Formatting

This commit is contained in:
Ozzie Gooen 2022-05-15 15:29:54 -04:00
parent 56728c7ea5
commit b63136080b
2 changed files with 5 additions and 1 deletions

View File

@ -193,7 +193,10 @@ const SquiggleItem: React.FC<SquiggleItemProps> = ({
<FunctionChart
fn={expression.value}
chartSettings={chartSettings}
environment={{ sampleCount: environment.sampleCount / 10, xyPointLength: environment.xyPointLength / 10 }}
environment={{
sampleCount: environment.sampleCount / 10,
xyPointLength: environment.xyPointLength / 10,
}}
/>
);
}

View File

@ -154,6 +154,7 @@ to allow large and small numbers being printed cleanly.
</Canvas>
## Functions
<Canvas>
<Story
name="Function"