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