Formatting
This commit is contained in:
parent
56728c7ea5
commit
b63136080b
|
@ -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,
|
||||
}}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
@ -154,6 +154,7 @@ to allow large and small numbers being printed cleanly.
|
|||
</Canvas>
|
||||
|
||||
## Functions
|
||||
|
||||
<Canvas>
|
||||
<Story
|
||||
name="Function"
|
||||
|
|
Loading…
Reference in New Issue
Block a user