Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Improved overlap labels in widget
Browse files Browse the repository at this point in the history
  • Loading branch information
rskrzypczak committed Jun 23, 2023
1 parent 0a1e922 commit 1390e0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'appVersion' => '6.4.242',
'appVersion' => '6.4.243',
'patchVersion' => '2023.06.23',
'lib_roundcube' => '0.3.4',
];
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,11 @@ YetiForce_Chart_Widget_Js(
return {
legend: { type: 'scroll' },
xAxis: {
type: 'category'
type: 'category',
axisLabel: {
interval: 0,
hideOverlap: true
}
},
yAxis: {
type: 'value',
Expand Down

0 comments on commit 1390e0b

Please sign in to comment.