Skip to content

Commit

Permalink
add options
Browse files Browse the repository at this point in the history
  • Loading branch information
kangzj committed Jan 16, 2025
1 parent a0840af commit 8207c4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/js-packages/charts/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ export type BaseChartProps< T = DataPoint | DataPointDate > = {
* More options for the chart.
*/
options?: {
axis: {
x: AxisOptions;
y: AxisOptions;
axis?: {
x?: AxisOptions;
y?: AxisOptions;
};
};
};
Expand Down

0 comments on commit 8207c4f

Please sign in to comment.