apexcharts 使用時のデータなしの状態の表示について apexcharts apexcharts

apexcharts 使用時のデータなしの状態の表示について

chartOptions 直下の階層に、noData を定義すればよい
--------------------------------
chartOptions: {
plotOptions: {
bar: {
horizontal: true
}
},
xaxis: {

  2023-08-6 14:00:41

vue3 vuetify において、apexcharts を表示したいのだが、以下のエラーが発生に対応した apexcharts vuejs

vue3 vuetify において、apexcharts を表示したいのだが、以下のエラーが発生に対応した

---------------------------------
★エラー
runtime-core.esm-bundler.js:41 [Vue warn]: Failed to resolve component: apexchart
If this is a native

  2023-08-2 12:34:55

vuejs3 apexcharts で以下のエラー apexcharts vuejs

vuejs3 apexcharts で以下のエラー

apiをつかって、json取得しその結果を
template 内の
<apexchart width="500" type="bar" :options="chartOptions" :series="series1"></apexchart>
に表示したところ以下のエラー

----------------------

  2023-07-26 19:48:31