Skip to content

Commit

Permalink
chore: update falsy types
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-dickman committed Jan 31, 2025
1 parent 80b2172 commit ba42349
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants/ChartConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const ChartAxisStyle = {
export const ChartConfig: Options = {
chart: {
animation: true,
backgroundColor: null,
plotBackgroundColor: null,
backgroundColor: undefined,
plotBackgroundColor: undefined,
plotBorderWidth: 0,
plotShadow: false,
borderRadius: 0,
Expand All @@ -24,7 +24,7 @@ export const ChartConfig: Options = {
marker: {
enabled: true,
lineWidth: 2,
lineColor: null,
lineColor: undefined,
radius: 3,
symbol: 'circle',
states: {
Expand Down

0 comments on commit ba42349

Please sign in to comment.