Skip to content

Commit

Permalink
passing through the class names
Browse files Browse the repository at this point in the history
  • Loading branch information
kangzj committed Jan 16, 2025
1 parent f98d9e8 commit a0840af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/js-packages/charts/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ export type ChartTheme = {
declare type AxisOptions = {
orientation?: OrientationType;
numTicks?: number;
axisClassName?: string;
axisLineClassName?: string;
labelClassName?: string;
tickClassName?: string;
};

/**
Expand Down

0 comments on commit a0840af

Please sign in to comment.