Skip to content

Commit

Permalink
remove maxWidth from external types
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzmadom committed Sep 28, 2023
1 parent 2f1510c commit 90e0c3b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/types/widget-data/axis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ export type ChartKitWidgetAxisLabels = {
* @default: 0
*/
rotation?: number;
/** Maximum length in pixels of each label (with a rotation angle of 0 degrees).
*
* @default: 80
* */
maxWidth?: number;
};

export type ChartKitWidgetAxis = {
Expand Down

0 comments on commit 90e0c3b

Please sign in to comment.