Skip to content

Commit

Permalink
fix: no need to pass fill to chart options anymore in dashboard renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
filipgutica committed Mar 21, 2024
1 parent ffeae7e commit 6cf6fe0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const options = computed<AnalyticsChartOptions>(() => {
// This matches our intuitions about how these charts work.
return {
type: chartTypeLookup[props.chartOptions.type],
fill: stacked,
stacked,
chartDatasetColors: props.chartOptions.chartDatasetColors,
}
Expand Down

0 comments on commit 6cf6fe0

Please sign in to comment.