Horizontal bar widget

Hi, can I make horizontal bar widget? I worte to 'datasets' - 'axis' => 'y', but don't work.

My code: https://gist.github.com/dkkairov/499729db3019b95deab844ebef04128f
Gist
GitHub Gist: instantly share code, notes, and snippets.
Solution
Solved! protected static ?array $options = [
'indexAxis' => 'y',
];
Was this page helpful?