<template>
<view class="health-charts-container">
</view>
</template>
<script>
export default {
data() {
return {
}
},
onLoad(options) {
onReady() {
methods: {
</script>
<style lang="scss" scoped>
</style>