export const FhcChart = { name: 'FhcChart', props: { chartOptions: { type: Object, } }, template: `
` }; export default FhcChart