Don't attempt to render the internal chart until a type has been set
This commit is contained in:
parent
e41cfcd58e
commit
72028b57ec
|
@ -64,6 +64,7 @@
|
|||
limit,
|
||||
}}
|
||||
>
|
||||
{#if dataProviderId && chartType}
|
||||
<BlockComponent
|
||||
type={chartType}
|
||||
props={{
|
||||
|
@ -93,5 +94,6 @@
|
|||
dateColumn,
|
||||
}}
|
||||
/>
|
||||
{/if}
|
||||
</BlockComponent>
|
||||
</Block>
|
||||
|
|
Loading…
Reference in New Issue