apexcharts treemap のおいて、個別に色をつける方法 treemap apexcharts

apexcharts treemap のおいて、個別に色をつける方法
以下のように、fillColorをつける
x:名前 y:サイズ fillColor:色 となる

const data = [
{ x: 'company1', y: 2.2 , fillColor: '#FF6633' },
{ x: 'company2' y: 0.4 , fillColo

  2024-02-25 18:38:43

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

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

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

  2023-08-6 14:00:41

apexcharts グラフ表示時にオプションの指定ミスでてたエラー vuejs apexcharts

apexcharts グラフ表示時にオプションの指定ミスでてたエラー

・エラー内容
-----------------------------------
Uncaught runtime errors:
×
ERROR
Cannot read properties of null (reading 'yRatio')
TypeError: Cannot read propert

  2023-07-26 22:13:21