multimodel improvements
This commit is contained in:
@@ -8,10 +8,16 @@
|
||||
export {
|
||||
default as CanvasChart,
|
||||
setGroupHover,
|
||||
setGroupRange,
|
||||
registerGroupMember,
|
||||
groupRange,
|
||||
groupHover
|
||||
} from './CanvasChart.svelte';
|
||||
export type { ChartSeries } from './CanvasChart.svelte';
|
||||
export type {
|
||||
ChartAgreementPoint,
|
||||
ChartAgreementStrip,
|
||||
ChartSeries
|
||||
} from './CanvasChart.svelte';
|
||||
|
||||
export { buildDaylightBands } from './bands';
|
||||
export type { DaylightBand } from './bands';
|
||||
|
||||
Reference in New Issue
Block a user