Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
エクステンダー付きのプライムフェイス棒グラフを使用しています。動的ティック間隔を取得したい。
ビーン変数をエクステンダーのティック間隔の値として渡すことはできますか?
どうすれば達成できますか?
ありがとう
ビーンからエクステンダーの最大値を設定しました。これが私のコードです
<h:outputScript > function ext() { this.cfg.axes.xaxis= { min: 0, max:"#{myBean.maxValue}", numberTicks: 11, pad: 2, }; } </h:outputScript>