Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl-OW committed Nov 12, 2024
1 parent c41886c commit 2d4e993
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export const createDefaultConfig = (highchartData, displayName, language) => ({
},
},
title: {
text: highchartData.yAxisTitle,
text: null,
},
},
],
Expand Down

0 comments on commit 2d4e993

Please sign in to comment.