mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
fix(frontend): fix chartjs options
This commit is contained in:
@@ -55,7 +55,9 @@
|
||||
<div class="w-full h-full {css?.container?.class ?? ''}" style={css?.container?.style ?? ''}>
|
||||
{#if result && resolvedConfig.type}
|
||||
{#key resolvedConfig.type}
|
||||
<Chart type={resolvedConfig.type} data={result} {options} />
|
||||
{#key options}
|
||||
<Chart type={resolvedConfig.type} data={result} {options} />
|
||||
{/key}
|
||||
{/key}
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user