chart popup menu

This commit is contained in:
Jan Prochazka
2021-03-20 08:35:18 +01:00
parent efc07280a6
commit a1ab47a6f9
6 changed files with 72 additions and 4 deletions

View File

@@ -100,6 +100,7 @@
import { extractDataColumnColors, extractDataColumns } from './chartDataLoader';
export let data;
export let menu;
const { values } = getFormContext();
@@ -128,6 +129,7 @@
data={chartData[0]}
type={$values.chartType}
options={chartData[1]}
{menu}
/>
{/key}
{/if}