Skip to content

Commit

Permalink
Hide the chart legend
Browse files Browse the repository at this point in the history
  • Loading branch information
j6ll committed Dec 5, 2024
1 parent da2657c commit de88211
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ const CampaignStatsLineChart = ( { data, source, resolution }: GraphProps ) => {
fill: '#fff',
},
},
legend: {
show: false, // This will hide the legend
},
series: [
{
label: 'Date',
Expand Down

0 comments on commit de88211

Please sign in to comment.